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.