I want to \"emit\" a message to a particular client which is selected based on another message received in a different client, How do I do this?
I am thinking of joinin
For socket.io v1.0< use:
io.to(socketID).emit('testEvent', 'yourMessage');