From fc4d14dcf41cfdfc5ea2fffd0e51d57c0c4ec7d8 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 28 Dec 2020 19:38:02 +0000 Subject: [PATCH] adding Ably broker to broker list (#88) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ff8ce5..65c2414 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ### Broker +* [Ably](https://www.ably.io/documentation/mqtt) - MQTT broker service and protocol adapter * [ActiveMQ](http://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server. * [Aedes](https://github.com/moscajs/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.