Merge pull request #39 from mced/patch-1

This commit is contained in:
Sebastian Raff
2018-10-22 22:14:03 +02:00
committed by GitHub

View File

@@ -55,6 +55,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
### Broker
* [ActiveMQ](http://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server.
* [Aedes](https://github.com/mcollina/aedes) - Barebone MQTT broker that can run on any stream server, the node way.
* [Emitter](https://github.com/emitter-io/emitter) - A distributed, scalable and fault-tolerant publish-subscribe messaging platform based on MQTT protocol and featuring message storage.
* [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP.
* [esp_uMQTT_broker](https://github.com/martin-ger/esp_mqtt) - A basic MQTT Broker on the ESP8266.