Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.61 KB

index.md

File metadata and controls

46 lines (34 loc) · 1.61 KB
var app = express.createServer();

app.get('/', function(req, res){
    res.send('Hello World');
});

app.listen(3000);

Features

  • Robust routing
  • Redirection helpers
  • Dynamic view helpers
  • Content negotiation
  • Focus on high performance
  • View rendering and partials support
  • Environment based configuration
  • Session based flash notifications
  • Built on Connect
  • Executable for generating applications quickly

Contributors

The following are the major contributors of Express (in no specific order).

More Information

Apps Using Express