https://github.com/samyouaret/mqtt_over_web_sockets_example
a demonstration using MQTT over web sockets with RabbitMQ
https://github.com/samyouaret/mqtt_over_web_sockets_example
message-broker message-queue mqqt rabbitmq websocket
Last synced: 2 months ago
JSON representation
a demonstration using MQTT over web sockets with RabbitMQ
- Host: GitHub
- URL: https://github.com/samyouaret/mqtt_over_web_sockets_example
- Owner: samyouaret
- Created: 2020-01-20T20:47:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T22:53:22.000Z (over 5 years ago)
- Last Synced: 2025-02-12T05:45:13.850Z (4 months ago)
- Topics: message-broker, message-queue, mqqt, rabbitmq, websocket
- Language: JavaScript
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Demonstration using MQTT over web sockets with RabbitMQ
this code is just for demonstration purposes.
## Requirement
require RAbbitMQ message broker.
you need to activate the rabbitmq_mqtt_web plugin or any endpoint or server that can handle MQTT over web sockets.
make sure to serve the index.html over HTTP and not over FTP.## installation
git clone https://github.com/samyouaret/mqtt_over_sockets_example.git