Before start working on this project, make sure you installed Nodejs and Yarn in your machine.
This project use Aedes
library to create a broker. For more information, check this link.
For running this project, follow the steps below:
- git clone https://github.com/Universal-Access-Control/mqtt-broker.git
- cd mqtt-broker
- yarn install
- yarn start
In the project directory, you can run:
Install dependencies of the project.
After you clone the repository, you have to install dependencies by running this command.
Runs the app in the development mode.
You can connect to broker using http://localhost:1883.
* You have to restart project if you make edits.