[add] broker: aedes

This commit is contained in:
mced
2018-10-17 14:12:12 +02:00
committed by GitHub
parent 4a3e75b447
commit fc4d5ead7f

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.