Skip to content

Instantly share code, notes, and snippets.

@donflopez
Created August 31, 2012 17:53
Show Gist options
  • Save donflopez/3556503 to your computer and use it in GitHub Desktop.
Save donflopez/3556503 to your computer and use it in GitHub Desktop.
Socket.io for app.js
io.sockets.on('connection', function(socket){
socket.emit('connected'); //Evento creado por nosotros se puede llamar 'pepito'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment