-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CoAP support #2069
Comments
I'm starting to explore how to integrate with messaging protocols such as websocket, mqtt and pub/sub brokers such as kafka, redis, .... See a PoC at https://github.com/raymondfeng/loopback4-example-websocket. |
See #1884 |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
I'm curious what it would take to support CoAP. CoAP is a popular protocol used in IoT to interact with constrained devices. Ideally a solution would support CoAP and HTTP endpoints so the same application can be used between Web/Mobile/Server clients as well as things like microcontrollers. I noticed there is a project to support MQTT (https://github.com/strongloop/loopback4-extension-mqtt,) another protocol popular in IoT. Is that a good model to follow? Are there guides that might be helpful?
The text was updated successfully, but these errors were encountered: