ExpressJS - Web Development Framework for Node
ExpressJs is a small library for building web apps with JavaScript, written with node.js and V8. Express is an insanely fast (and small) server-side JavaScript web development framework. It has a terse syntax because it’s based on Sinatra.
Features
- Robust routing
- Redirection helpers
- Dynamic view helpers
- Application level view options
- 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
- High test coverage
Website: http://www.expressjs.com
License: MIT License