From 6c08f2ac148965cd2a693e8c23fcc8521792eb3c Mon Sep 17 00:00:00 2001 From: Eric Gourlaouen Date: Thu, 13 Sep 2018 17:20:45 +0200 Subject: [PATCH] Add Mystique --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2abab85..d67281d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [Moquette](https://github.com/andsel/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. * [Mosquitto](http://mosquitto.org/) - "The" Open Source 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. * [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.