Chat server backend implemented in NodeJS using Typescript and Socket.io. Can be used standalone or with Ionic chat application https://github.com/mojofit/imojo
- Download nodejs from https://nodejs.org/en/download/current/ It will install
node
andnpm
node -v
- should be >= 6.0.0
npm -v
- should be >= 3.0.0
- Download gulp
npm install -g gulp
- Clone this repository
npm install
npm start
Contributions are welcome!
- Report issues
- Open pull request with improvements
- Spread the word
node-mojo is available under the MIT license. See the LICENSE file for more info.