Skip to content

Instantly share code, notes, and snippets.

@ozbillwang
Last active August 29, 2015 14:11
Show Gist options
  • Save ozbillwang/6cdf707ada26e7b29995 to your computer and use it in GitHub Desktop.
Save ozbillwang/6cdf707ada26e7b29995 to your computer and use it in GitHub Desktop.
require('http').createServer(function(q, s){s.end('ok');}).listen(51160);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment