From 4c1c287c6fd43aa6038760ced2131937c8346699 Mon Sep 17 00:00:00 2001 From: Ming Date: Sun, 14 Nov 2021 02:30:06 +0800 Subject: [PATCH] Add NanoMQ to broker (#96) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10dd1e6..64a4e6f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [VerneMQ](https://vernemq.com/) - an Apache2 licensed distributed MQTT broker, developed in Erlang. * [Vert.x MQTT](https://github.com/vert-x3/vertx-mqtt) - Vert.x component to handle connections, communication and messages exchange with remote MQTT clients. * [Waterstream](https://waterstream.io/) - MQTT broker leveraging Apache Kafka as its own storage and distribution engine. +* [NanoMQ](https://github.com/nanomq/nanomq) - A light-weight and Blazing-fast MQTT Broker for IoT Edge platform. ### Cloud