Originally from Lelylan
The MQTT server/broker is tested against Node 6
$ npm install && npm install -g foreman
$ nf start
Docker image: thanhphu/mqtt-broker
$ docker run -d -it --name mqtt thanhphu/mqtt-broker
$ docker build --tag=mqtt .
$ docker run -d -it --name mqtt mqtt
When installing the service in production set lelylan environment variables.
- Lelylan MQTT Documentation
- How to Build an High Availability MQTT Cluster for the Internet of Things
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
$ npm install
$ npm test
Follow Felix guidelines.
Licensed under the Apache License, Version 2.0.