3
I have an endpoint in a Node application that when called should trigger a broadcast for the connected users in the Node application. That is, as soon as the user entered the system he would connect through the socket.io and would wait until an external agent called this route so that the message could be sent to whoever was connected. Is that possible? I don’t know if I was clear enough. I’m using it for express and socket.io.