Skip to content

Instantly share code, notes, and snippets.

View supersheep's full-sized avatar

Spud Hsu supersheep

View GitHub Profile
var sys = require('sys');
var http = require('http');
var port = 3000;
http.createServer(dispatchRequest).listen(port);
sys.puts('Server running on port ' + port);
// This is the web framework, which wants to send