Skip to content

Instantly share code, notes, and snippets.

@mranney
Created February 25, 2010 21:59
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 mranney/315080 to your computer and use it in GitHub Desktop.
Save mranney/315080 to your computer and use it in GitHub Desktop.
return {
main: function () {
http.createServer(new_client).listen(listen_port);
sys.puts("Listening on " + listen_port);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment