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!
link:
| Project information | |
|---|---|
| Name | express |
| Owner | visionmedia |
| Language | PHP |
| Description | Sinatra inspired web development framework for node.js -- insanely fast, flexible, and sexy |
| Information | View Readme.md |
| Releases | |
|---|---|
| 2.x | tar.gz | zip |
| 1.x | tar.gz | zip |
