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
- Host: GitHub
- URL: https://github.com/mpromonet/ws-mqtt
- Owner: mpromonet
- License: unlicense
- Created: 2019-07-06T16:52:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T18:46:00.000Z (over 5 years ago)
- Last Synced: 2025-01-30T13:25:45.772Z (4 months ago)
- Topics: mqtt, websocket
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.htmlBuild
-------
```
npm run build
```Start
-------
```
npm start
```