This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a17ff53
commit 07ae910
Showing
1 changed file
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
RabbitMQ-Web-MQTT-Examples plugin | ||
================================= | ||
# RabbitMQ Web MQTT Examples | ||
|
||
This project contains few basic examples of RabbitMq-Web-MQTT plugin | ||
This project contains few basic examples of [RabbitMQ Web MQTT plugin](https://github.com/rabbitmq/rabbitmq-web-mqtt) | ||
usage. | ||
|
||
Once installed the server will bind to port 15670 and serve few static | ||
html files from there: | ||
HTML files on port 15670 (e.g. [http://127.0.0.1:15670](http://127.0.0.1:15670/)). | ||
|
||
* http://127.0.0.1:15670/ | ||
## Installation | ||
|
||
Installation | ||
------------ | ||
* [RabbitMQ plugin build instructions](http://www.rabbitmq.com/plugin-development.html). | ||
|
||
Generic build instructions are at: | ||
|
||
* http://www.rabbitmq.com/plugin-development.html | ||
|
||
Instructions on how to install a plugin into RabbitMQ broker: | ||
|
||
* http://www.rabbitmq.com/plugins.html#installing-plugins | ||
* [RabbitMQ plugin installation](http://www.rabbitmq.com/plugins.html#installing-plugins). |