HOW to implement SSE in Node-Red?

Hi, node-red-ers
Help!!
I am using node-red as a web application server.
I need to send a notification from the web server to the client through sse, how can I implement it in node-red?

When I check the http node, there is no write in msg.res,
Also, it seems that you shouldn't even try to send it with send or json.
Please help me

attached error massage below
image

Have you tried the SSE nodes?

https://flows.nodered.org/search?term=-sse&type=node&type=flow

1 Like

thank you steve.
I use @ekaralis/node-red-contrib-sse-plus.
Using it, an SSE connection became possible.

However, there was a phenomenon that only the connection was made and the data did not go.

When I opened the code and checked it, I found that if the room name contains '/', it doesn't work.

Fortunately, I was able to confirm it in Rooms by omitting the '/'. it runs fine now

thank you

Glad you are sorted.

Assuming that is a bug, you should raise an issue so the author can fix it

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.