From fc4d5ead7f7fc4e537a732f0ac838a688652dbd8 Mon Sep 17 00:00:00 2001 From: mced Date: Wed, 17 Oct 2018 14:12:12 +0200 Subject: [PATCH] [add] broker: aedes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30a78a7..b551743 100644 --- a/README.md +++ b/README.md @@ -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.