Add KMQTT (#82)

Add KMQTT, a standalone and embeddable Kotlin Multiplatform MQTT broker
This commit is contained in:
Davide Pianca
2020-08-23 11:06:36 +02:00
committed by GitHub
parent c1168b2801
commit 334aab7511

View File

@@ -65,6 +65,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio. * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio.
* [HiveMQ](https://www.hivemq.com/) - Java MQTT Broker that supports MQTT 3.1, 3.1.1 and 5.0. Commercial and open source editions available. * [HiveMQ](https://www.hivemq.com/) - Java MQTT Broker that supports MQTT 3.1, 3.1.1 and 5.0. Commercial and open source editions available.
* [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go. * [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go.
* [KMQTT](https://github.com/davidepianca98/KMQTT) - Kotlin Multiplatform MQTT broker, both embeddable and standalone.
* [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker. * [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker.
* [Mosca](http://www.mosca.io/) - Mosca is a node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application. * [Mosca](http://www.mosca.io/) - Mosca is a node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application.
* [Mosquitto](http://mosquitto.org/) - *"*The"** Open Source MQTT Broker. * [Mosquitto](http://mosquitto.org/) - *"*The"** Open Source MQTT Broker.