1.0.2 • Published 5 years ago

simple-mqtt-broker v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

simple-mqtt-broker

A simple mqtt broker that:

  • accept all client connection
  • broadcast everything to all clients
  • connected mqtt client will subscribe to all topics, add logic to ignore non-subscribe topic if you can

Installation

npm install -g simple-mqtt-broker

Start server

mqtt-broker

Based on https://github.com/mqttjs/mqtt-connection