From b66f2e9bf16cd4c6465db8bad43989842ec231d6 Mon Sep 17 00:00:00 2001 From: fcraviolatti <77635411+fcraviolatti@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:57:52 +0200 Subject: [PATCH] Add Keel MQTT Gateway to Brokers (#152) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8b66a..598805c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [HiveMQ](https://www.hivemq.com/) - Java MQTT Broker that supports MQTT 3.1, 3.1.1 and 5.0. Commercial and open source editions available. - [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go. +- [Keel MQTT Gateway](https://github.com/keel-iot/keel-mqtt-gateway) - Distributed, cloud-native MQTT broker in Go built on mochi-mqtt, using Raft for strongly-consistent session ownership and ACL, with a gossip-backed routing table (Olric). - [KMQTT](https://github.com/davidepianca98/KMQTT) - Kotlin Multiplatform MQTT broker, both embeddable and standalone. - [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker. - [Mosca](https://www.mosca.io/) - Node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application.