Skip to content

Instantly share code, notes, and snippets.

@thebadger412
Created December 29, 2012 19:35
Show Gist options
  • Save thebadger412/4408870 to your computer and use it in GitHub Desktop.
Save thebadger412/4408870 to your computer and use it in GitHub Desktop.
io.sockets.on('connection', function(socket){
console.log("Socket connected");
socket.emit('connected', 123);</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment