Skip to content

Instantly share code, notes, and snippets.

@spikebrehm
Created February 12, 2014 21:41
Show Gist options
  • Save spikebrehm/8965098 to your computer and use it in GitHub Desktop.
Save spikebrehm/8965098 to your computer and use it in GitHub Desktop.
// console.log(global.Client.toString());
function (host, port) {
this.host = host;
this.port = port;
this.socket = require('dgram').createSocket('udp4');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment