i want to implement pub/sub in web api. i will use MQTT for that. But don't have any idea about it. So, can you please help me, how to create MQTT client and how implement MQTT in web api?
Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Logesh PalaniPosted Oct 23, 2018, 6:19 AM
Yes, as mentioned in Steve-o's comment MQTT via websockets is very possible.
There are 2 options at the moment
To answer your second question lighttpd has a websockets module that can be used to do forwarding to an existing broker with details here.
Atul PatilPosted Oct 25, 2019, 6:54 AM
chetana jadhavPosted Jan 20, 2019, 11:17 PM