Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 851 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 851 Bytes

chimeio-server

A simple chat server using WebScokets
(with Feathersjs micro-framework)

Run

Getting up and running.

  1. Make sure you have NodeJS and npm installed.

  2. Make sure you have mongodb running on your machine.

  3. Make sure you have Python 2 installed.

  4. Install your dependencies:

    $ cd path/to/chimeio-server; npm install
    
  5. Run gulp to build src/ into dist/ (transpile es6 with babel)

    $ gulp
    
  6. Start your app

    $ npm start
    
  7. Alternatively, you can just use gulp watch to make it rebuild + re-launch automatically (recommended)

    $ gulp watch
    

Client App

License

MIT license.