Hi,
I used https://flows.nodered.org/node/@ekaralis/node-red-contrib-sse-plus to create server side of SSE.
Does anyone have a suggestion how to create a listener?
I tried to replicate a curl command through http node but I fail to get output. Experiment with npm eventsource also failed.
In Python implementation is easy thanks to SSE client.py
Any thoughts?