From c3e4dc54f190152f4587ac14f645782705453ef8 Mon Sep 17 00:00:00 2001 From: keyp <11256291+keyp-dev@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:59:00 +0800 Subject: [PATCH] Add mqttkit to Tools (#147) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c42276a..1431fa3 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [MQTT.fx](https://mqttfx.jensd.de/) - MQTT Client written in Java based on Eclipse Paho. Supports scripting. - [mqttcli](https://github.com/shirou/mqttcli) - MQTT Client for shell scripting. - [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad). +- [mqttkit](https://github.com/keyp-dev/mqttkit) - Elysia-style application framework for MQTT on Bun and TypeScript. Compose broker adapters, ordered middleware, typed topic routes, MQTT 5 RPC, and AsyncAPI 3.0 docs with `new MqttApp().use(...)`. - [MQTTLens](https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics. - [MQTT Explorer](https://mqtt-explorer.com/) - Tool to visualize your MQTT topics in a topic hierarchy, a MQTT swiss-army knife. - [MQTT TUI](https://github.com/EdJoPaTo/mqttui) - Simple lightweight terminal based MQTT monitor and publisher.