Add TrailMQ broker (#157)

This commit is contained in:
RainerGewalt
2026-08-16 17:59:07 +02:00
committed by GitHub
parent 35328e2c5e
commit 2f8d1aebe7
+1
View File
@@ -91,6 +91,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first
- [RobustMQ](http://robustmq.com) - Multi-protocol brokers written in Rust. - [RobustMQ](http://robustmq.com) - Multi-protocol brokers written in Rust.
- [SurgeMQ](https://zhen.org/categories/surgemq/) - High Performance MQTT Server and Client Libraries in Go. - [SurgeMQ](https://zhen.org/categories/surgemq/) - High Performance MQTT Server and Client Libraries in Go.
- [tbmq](https://github.com/thingsboard/tbmq) - Open-source, scalable, fault-tolerant and durable messaging broker for millions of IoT devices. - [tbmq](https://github.com/thingsboard/tbmq) - Open-source, scalable, fault-tolerant and durable messaging broker for millions of IoT devices.
- [TrailMQ](https://github.com/RainerGewalt/TrailMQ) - Self-hosted MQTT broker with policy enforcement and a reviewable record of broker decisions, for regulated and industrial systems.
- [VerneMQ](https://vernemq.com/) - Apache2 licensed distributed MQTT broker, developed in Erlang. - [VerneMQ](https://vernemq.com/) - Apache2 licensed distributed MQTT broker, developed in Erlang.
<!--lint disable double-link--> <!--lint disable double-link-->
- [Vert.x MQTT Server](https://github.com/vert-x3/vertx-mqtt) - Vert.x component to handle connections, communication and messages exchange with remote MQTT clients. - [Vert.x MQTT Server](https://github.com/vert-x3/vertx-mqtt) - Vert.x component to handle connections, communication and messages exchange with remote MQTT clients.