I’m having trouble with the module “node-red-contrib-socketio”.
I can’t seem to find the “socketio-config” module? What could I be missing?
I tried installing from within node-red and installing via NPM.
Have you tried dropping one of them nodes onto the editor and opening it? That's normally where you access a configuration node (from inside a node that uses a config node)
Hi Steve-Mcl.
Basically im trying to connect to a websocket and subscribe to different rooms.
I have the following working solution in node.js, and i'm trying to make the same work in node-red.
But the "node-red-contrib-socketio" module does not give me the same connection possibilities as the node script. I'm pretty new to this stuff. Any help appreciated, maybe i am to use another module altogether?