I have an endpoint in an application node that when calling should trigger a broadcast to the connected users in the application node. That is, as soon as the user entered the system it would connect through the socket.io and would wait until an external agent called that route so the message would be triggered for whoever was connected. It is possible ? I do not know if I was clear enough. I'm using for this express and socket.io.