I have a doubt regarding the socket.io that I have researched in several places and most of the one rolled or uses obscure terms, but ends up not answering the doubt directly.
The question is whether it works in the following way: at the time of the server sending a message to the user it accidentally registers the "address" of the user in some way and then sends the communication directly to this address without the user needing do no request (ajax or direct)? And can my server have multiple "registered" users each receiving messages only from another specific user?