From e49642c67f3be711b3b346ae612da3fa6a74c3ed Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Thu, 26 Apr 2018 20:31:35 +0200 Subject: [PATCH] add Emitter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 959c9e3..39daf41 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,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. +* [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. * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio.