The MQTT server/broker is tested against Node 0.10.36
$ git clone git@github.com:vanminh0910/blocky_broker.git
$ npm install && npm install -g foreman
$ nf startRunning in development mode $ export NODE_ENV=dev; docker-compose up
Running in staging mode $ export NODE_ENV=staging; docker-compose up
Running in production mode $ export NODE_ENV=prod; docker-compose up
File dev.env, staging.env or prod.env must exist and contains environment variables accordingly
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
Follow Felix guidelines.
Special thanks to all contributors for submitting patches.
Blocky is licensed under the Apache License, Version 2.0.