A function that will send a message to all sockets listening except for the current sending socket.
socket.broadcast.emit('myeventresponse', number);
A function that will send a message to all sockets listening except for the current sending socket.
socket.broadcast.emit('myeventresponse', number);