// allows you to emit custom events on the server and client socket.emit('my event', 'my data') // sends messages which are received with the 'message' event socket.send('my message')