I\'m using Socket IO v1.4.5 and have tried 3 different ways below but dont have any result.
client.emit(\'test\', \'hahahaha\'); io.sockets.socket(id).emit(\
Simply do this
io.socket.in('room').emit("send message to everyone", data);