Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sidorares
Created February 27, 2014 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidorares/9245118 to your computer and use it in GitHub Desktop.
Save sidorares/9245118 to your computer and use it in GitHub Desktop.
TCP.connect ({
host: "google.com",
port: 80,
connected: function () {
log("connected to google.com");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment