From a498375be053077a66e6fd04bc67035702858db0 Mon Sep 17 00:00:00 2001 From: Visoar Zhang Date: Fri, 7 Jul 2023 15:35:26 +0800 Subject: [PATCH] add BifroMQ BifroMQ is a Java-based high-performance MQTT Broker messaging middleware that utilizes Serverless architecture. Open-sourced by Baidu. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb78e..ddefefd 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [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. +* [BifroMQ](https://github.com/baidu/bifromq) - BifroMQ is a Java-based high-performance MQTT Broker messaging middleware that utilizes Serverless architecture. Open-sourced by Baidu. * [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. * [EMQ X](https://github.com/emqx/emqx) - Scalable and Reliable Real-time MQTT Messaging Engine for IoT in 5G Era. * [esp_uMQTT_broker](https://github.com/martin-ger/esp_mqtt) - A basic MQTT Broker on the ESP8266.