Skip to content

Instantly share code, notes, and snippets.

@cympfh
Created December 22, 2013 11:13
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 cympfh/8081002 to your computer and use it in GitHub Desktop.
Save cympfh/8081002 to your computer and use it in GitHub Desktop.
http.createServer(app).listen(app.get('port'), function(){
console.log('Express server listening on port ' + app.get('port'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment