Merge pull request #50 from gambitcomminc/master

Update README.md
This commit is contained in:
Sebastian Raff
2019-03-01 22:17:44 +01:00
committed by GitHub

View File

@@ -121,6 +121,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js).
* [mqtt-elements](https://github.com/mqttjs/mqtt-elements) - Polymer elements for MQTT.
* [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust.
* [mqtt-stats](https://github.com/gambitcomminc/mqtt-stats) - Subscriber client to monitor MQTT Topic Statistics
* [mqtt-wrapper](https://www.webcomponents.org/element/hobbyquaker/mqtt-wrapper/elements/mqtt-wrapper) - Polymer Element that wraps other Elements and links them to MQTT topics.
* [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - Dart mqtt client.
* [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js.