The server I want to connect provides a
socket.io interface and provides update events.
This interface is typically used by browser clients to refresh on event reception.
I want to connect to this interface now from node-red and trigger flows on certain topics.
Interesting that this hasn't been done yet by somebody.
I guess I have to write my own socketio client then for node-red or can that be done with existing nodes?