FeathersJS server-side MQTT transport adapter.
A FeathersJS test app has been generated in /test-app. Recommended to open that dir in another VSCode window, then run npm run pre-debug
from this package directory.
- Use an MQTT client that connects to a broker
- Host an MQTT broker and use an MQTT client that connects to that broker
- Handle request/response pattern using base MQTT topic, with requests in one sub-topic and responses in another (using QoS to ensure that topics without subscriptions are removed)