Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created August 5, 2011 15:09
Show Gist options
  • Save joshkehn/1127734 to your computer and use it in GitHub Desktop.
Save joshkehn/1127734 to your computer and use it in GitHub Desktop.
WebSocket - Part 11
conn.addListener("message",
function(message)
{
sys.log("Message recieved from conn# " + conn.id + "\
" + message);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment