Skip to content

Instantly share code, notes, and snippets.

@ovaillancourt
Created June 26, 2012 04:28
Show Gist options
  • Save ovaillancourt/2993284 to your computer and use it in GitHub Desktop.
Save ovaillancourt/2993284 to your computer and use it in GitHub Desktop.
var app = express()
, http = require('http');
http.createServer(app).listen(80, '127.0.0.1');
http.createServer(app).listen(80, '::1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment