io.sockets.in('user1@example.com').emit('new_msg', {msg: 'hello'});
io.to(socket.id).emit("event", data);