Server for realtime chat web and mobile app. You can find them here:
- Fork it (https://github.com/mpirescarvalho/chatter-server/fork)
- Create your feature branch (
git checkout -b feature/awesome
) - Commit your changes (
git commit -am 'Add awesome feature'
) - Push to the branch (
git push origin feature/awesome
) - Create a new Pull Request
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/mpirescarvalho/chatter-server.git
$ cd chatter-server
$ npm install
$ npm run start
Runs the server in the development mode.