Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mojofit/node-mojo
- Owner: mojofit
- License: mit
- Created: 2017-04-14T02:56:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T11:35:07.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:54:20.044Z (6 months ago)
- Topics: chat, ionic, nodejs
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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.