Skip to content

Example of how to build an MQTT broker in JavaScript using Node.js and aedes

License

Notifications You must be signed in to change notification settings

rockokw/simple_mqtt_broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple MQTT Broker

This is an example of how to build an MQTT broker using Node.js and aedes.

The code was tested using:

  • Node.js v12.20.1
  • npm 6.14.10

Setup

In the repo directory, simply run

npm install

Usage

You can start the broker using either:

npm start

or

node index.js

The broker will print out the messages it receives. Use Ctrl+C to exit.

About

Example of how to build an MQTT broker in JavaScript using Node.js and aedes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published