0.9.x of Socket.io allowed you to get a socket by id and emit to it with a callback such as: ``` javascript io.sockets.socket(someSocketId).emit('someTopic', data, callback); ``` With 1.0.x we can only broadcast to the channel/id of a socket.