I am trying to establish a connection between a single server and lots of clients(more than 100). I am using websocket
for the client and jwebsocket
for the server.
The clients should always stay connected and the server should send request to a specific client inlcuding the name of the client.
It works to send the request but I am not able to send the request to a specific client. Please help.