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 version 1.0 use:
io.to(socketid).emit('message', 'whatever');