Skip to content

JmeHsieh/chimeio-server

Repository files navigation

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.

About

A simple chat server using WebScokets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published