I'm new to this forum. I manipulate a little Node-red for my home automation.
For my TUYA components, I will need to connect to a PULSAR broker instead of MQTT.
I've seen MQTT nodes but not Pulsar. Does anyone know how to use pulsar with Node-red?
I assume that you already have access to a PULSAR server? I note that, in typical (and annoying) Apache fashion, it requires Java and does not talk about memory/cpu resource constraints. If you need to run your own server, be warned that it might push a limited device such as a 1GB RAM Pi over the edge.
The purpose of my request is not to set up a PULSAR server. I'm just looking for a node to connect to a PULSAR server on the WAN. TUYA provides the server.
@meeki007: I must admit I'm not sure of my programming skills. But I'll give it a try.
If I understand correctly, node.js code is Javascript if I use it more or less raw I should be able to use it in node Function Node-red. Is that it?