1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00

Add MQTT and WS server

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-04-27 22:55:41 +02:00
parent 2fb79f1a19
commit 396727b4d5

View File

@ -17,7 +17,9 @@
"jsonwebtoken": "~5.0.5",
"lodash": "~3.10.1",
"mongojs": "^1.4.1",
"restify": "^4.0.3"
"mosca": "^1.2.0",
"restify": "^4.0.3",
"ws": "^1.1.0"
},
"devDependencies": {
"chai": "^3.4.0",