Skip to content

Instantly share code, notes, and snippets.

@thash
Created May 17, 2011 16:01
Show Gist options
  • Select an option

  • Save thash/976741 to your computer and use it in GitHub Desktop.

Select an option

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

thash commented May 17, 2011

Copy link
Copy Markdown
Author

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

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