Open runtimevic opened 1 year ago
Hey, if you want something like this then you can do it on the server side not on the browser side. Use mqtt.js library on your app.js.
Hi @donskytech Do you have any videos on YouTube or repository that can be viewed server side use mqtt.js library?
I find this one, a good introductory for this topic https://www.emqx.com/en/blog/how-to-use-mqtt-in-nodejs
Hello @donskytech I'm trying instead of mqtt websocket with mqtt and it doesn't work for me, do you know why?
mqtt websocket: MQTT_BROKER=ws://127.0.0.1:9001/mqtt
mqtt: MQTT_BROKER=mqtt://127.0.0.1:1883
thanks you.