SyntaxFix
Write A Post
Hire A Developer
Questions
Simple and precise (Source: Socket.IO google group):
socket.emit allows you to emit custom events on the server and client
socket.emit
socket.send sends messages which are received with the 'message' event
socket.send
'message'