Add mqtt5 to Brokers (#135)

This commit is contained in:
Fabrício Bracht
2026-04-01 16:45:35 -07:00
committed by GitHub
parent 2eeca63357
commit 69e9d82248
+1
View File
@@ -81,6 +81,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
- [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker. - [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. - [Mosca](https://www.mosca.io/) - Node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application.
- [Mosquitto](https://mosquitto.org/) - *"*The"** Open Source MQTT Broker. - [Mosquitto](https://mosquitto.org/) - *"*The"** Open Source MQTT Broker.
- [mqtt5](https://github.com/LabOverWire/mqtt-lib) - Async MQTT v5.0 broker in Rust with TCP, TLS, WebSocket, and QUIC transport, plus authentication, ACL, bridging, and session persistence.
- [MyQttHub](https://myqtthub.com) - Cloud MQTT broker. - [MyQttHub](https://myqtthub.com) - Cloud MQTT broker.
- [Mystique](https://github.com/TheThingsIndustries/mystique) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1. - [Mystique](https://github.com/TheThingsIndustries/mystique) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1.
- [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - High performance messaging broker with MQTT Adapter. - [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - High performance messaging broker with MQTT Adapter.