Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. io.on('connection', function (socket) {
  2.     socket.on('my_event', function (my_param) {
  3.         socket.emit(my_param.toUpper())
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement