Added the Vert.x MQTT server component

This commit is contained in:
ppatierno
2017-01-26 17:02:28 +01:00
parent 141abd6cf4
commit e0b30d02dc

View File

@@ -61,6 +61,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - RabbitMQ offers a MQTT Adapter.
* [SurgeMQ](http://zhen.org/categories/surgemq/) - High Performance MQTT Server and Client Libraries in Go.
* [VerneMQ](https://vernemq.com/) - an Apache2 licensed distributed MQTT broker, developed in Erlang.
* [Vert.x MQTT server](https://github.com/vert-x3/vertx-mqtt-server) - This Vert.x component provides a server which is able to handle connections, communication and messages exchange with remote MQTT clients.
### Tools