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

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

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