A nodeJS web application made using mongodb, mqttjs and mosca.
Installation:
- Download the repository
- If you don't have node, use nvm to install nodejs https://nodesource.com/blog/installing-node-js-tutorial-using-nvm-on-mac-os-x-and-ubuntu/
- cd into repository and run npm install
- You might need mongodb database installed. Start your mongodb instance.
- Use cmd "node broker.js" and type localhost:3000 in your browser.