Skip to content

Instantly share code, notes, and snippets.

@thash
Created May 17, 2011 16:01
Show Gist options
  • Save thash/976741 to your computer and use it in GitHub Desktop.
Save thash/976741 to your computer and use it in GitHub Desktop.
app.js
var socket = new io.Socket();
socket.connect();
socket.on('connect', function(data) {
console.log("connect session: " + socket.transport.sessionid);
});
@thash
Copy link
Author

thash commented May 17, 2011

ファイル名間違えた. sketch.jsだ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment