Skip to content

scottpageindysoft/feathers-transport-mqtt

Repository files navigation

feathers-transport-mqtt

FeathersJS server-side MQTT transport adapter.

Testing

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.

Ideas

  • 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)

About

FeathersJS MQTT transport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published