Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mojofit/node-mojo

Chat application NodeJS backend
https://github.com/mojofit/node-mojo

chat ionic nodejs

Last synced: 3 months ago
JSON representation

Chat application NodeJS backend

Awesome Lists containing this project

README

        

# node-mojo
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

## Prerequisites
- Download nodejs from https://nodejs.org/en/download/current/ It will install `node` and `npm`
```bash
node -v
- should be >= 6.0.0
npm -v
- should be >= 3.0.0
```
- Download gulp
```bash
npm install -g gulp
```

## Getting Started

* Clone this repository
* `npm install`
* `npm start`

## Contribution
Contributions are welcome!

* Report issues
* Open pull request with improvements
* Spread the word

## License
node-mojo is available under the MIT license. See the LICENSE file for more info.