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