Skip to content

Instantly share code, notes, and snippets.

@victusfate
Created February 2, 2011 12:24
Show Gist options
  • Select an option

  • Save victusfate/807607 to your computer and use it in GitHub Desktop.

Select an option

Save victusfate/807607 to your computer and use it in GitHub Desktop.
console.log(message.toString());
socket.on("listening",function(){
console.log("sending");
socket.send(message, 0, message.length, 42424, "telehash.org", function(){ setTimeout(process.exit,1000); });
});
socket.bind(34344);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment