How server initiatively send message to client, and client can responce to it?

in Help Center
I want to distribute server compute result datas to all clients. How server initiatively send data to client, and client can responce to it, but not by callback proxy method?
0
Comments
How to know which client to invoke server function, and the client's remote address(IP and Port).