A simple chat server using WebScokets
(with Feathersjs micro-framework)
Getting up and running.
-
Make sure you have mongodb running on your machine.
-
Make sure you have Python 2 installed.
-
Install your dependencies:
$ cd path/to/chimeio-server; npm install
-
Run
gulp
to buildsrc/
intodist/
(transpile es6 with babel)$ gulp
-
Start your app
$ npm start
-
Alternatively, you can just use
gulp watch
to make it rebuild + re-launch automatically (recommended)$ gulp watch