I\'m having trouble getting basic client to client (or really client->server->client) working with socket.io. Heres the code I have right now:
io.sockets.on(
You can now also use ...
io.to('room').emit('event_name', data);
as an alternative to io.sockets.in