From 72695a5ef15766e4955c10776df74b8759e1fac0 Mon Sep 17 00:00:00 2001 From: JB <28275108+mochi-co@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:04:47 +0100 Subject: [PATCH] Add Mochi MQTT (#4648) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 115be132..ade00339 100644 --- a/README.md +++ b/README.md @@ -984,6 +984,7 @@ _Packages that help with building Distributed Systems._ - [liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. - [lura](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. - [micro](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. +- [mochi mqtt](https://github.com/mochi-co/mqtt) - Fully spec compliant, embeddable high-performance MQTT v5/v3 broker for IoT, smarthome, and pubsub. - [NATS](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. - [outboxer](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern. - [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation.