An open API service indexing awesome lists of open source software.

https://github.com/mpromonet/ws-mqtt

Tests mqtt over websocket
https://github.com/mpromonet/ws-mqtt

mqtt websocket

Last synced: about 2 months ago
JSON representation

Tests mqtt over websocket

Awesome Lists containing this project

README

        

# ws-mqtt

Small try using [paho-mqtt](https://www.npmjs.com/package/paho-mqtt) to subscribe to MQTT broker using websocket.
It is to try to better understand http://www.hivemq.com/demos/websocket-client and http://test.mosquitto.org/ws.html

Build
-------
```
npm run build
```

Start
-------
```
npm start
```