Simple API to build your own MQTT server on top of it.
Install
npm install mqtt-server --save
Examples
Launch a bunch of mqtt servers (uses create-stream-server
under the hood):
var fs = ;var mqttServer = ; ; servers;
For more detailed information about the server configuration check out create-stream-server.
Contributing
mqtt-server is an OPEN Open Source Project. This means that:
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
See the CONTRIBUTING.md file for more details.
Contributors
mqtt-server is only possible due to the excellent work of the following contributors:
Joël Gähwiler | GitHub/256dpi | Twitter/@256dpi |
---|---|---|
Matteo Collina | GitHub/mcollina | Twitter/@matteocollina |
Adam Rudd | GitHub/adamvr | Twitter/@adam_vr |
License
MIT