Express - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and sexy

Date: Wed Jun 14 2017 Node.JS

Insanely fast (and small) server-side JavaScript web development framework built on node and Connect.

 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
  • High test coverage
  • Executable for generating applications quickly
  • Application level view options

Via Connect:

  • Session support
  • Cache API
  • Mime helpers
  • ETag support
  • Persistent flash notifications
  • Cookie support
  • JSON-RPC
  • Logging
  • and much more!

Project information
Nameexpress
Ownervisionmedia
LanguagePHP
DescriptionSinatra inspired web development framework for node.js -- insanely fast, flexible, and sexy
InformationView Readme.md
Releases
2.xtar.gz | zip
1.xtar.gz | zip