A MQTT server that works over WebSockets.
See the Demo.
- Run
yarn mqtt-subscriber
to create a subscriber. - Run
yarn mqtt-publisher
to create a publisher.
The reason I created this was as server for an ESP8266 device. The example code in WebSocketStreamClient can use MQTT over secure WebSockets to communicate with the demo site.