https://github.com/starptech/chazy
Prototype - Implementing a massively scalable chat application based on EMQ and NodeJs
https://github.com/starptech/chazy
Last synced: 11 months ago
JSON representation
Prototype - Implementing a massively scalable chat application based on EMQ and NodeJs
- Host: GitHub
- URL: https://github.com/starptech/chazy
- Owner: StarpTech
- License: gpl-3.0
- Created: 2017-02-12T13:10:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T11:10:31.000Z (about 9 years ago)
- Last Synced: 2024-10-06T02:41:59.786Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chazy
Prototype - Implementing a massively scalable chat application based on EMQ and NodeJs
# Features
- One to one (private)
- One to many (groups)
- Realtime with Sockets
- Authorization
# Client
- REST API with [Hapi.js](https://github.com/hapijs/hapi)
- NodeJs and [MQTT.js](https://github.com/mqttjs/MQTT.js)
# Webapp
- mqtt connection to the broker via mqtt.js
- simple ui
- stream handling via rxjs
# Getting started
1. Download [emqtt](http://emqtt.io/downloads)
2. Start broker with `./bin/emqttd start`
3. Open [dashboard](http://localhost:18083)
4. Open webapp/index.html
5. Run `node ./api/index.js`