express
https://github.com/expressjs/express
JavaScript
Fast, unopinionated, minimalist web framework for node.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported58 Subscribers
View all SubscribersAdd a CodeTriage badge to express
Help out
- Issues
- why not make middleware or hooks that works exactly before sending response that could change or alter the response object
- default no-cache headers
- Strict Routing
- Allow to bypass middleware to last layer with next('last')
- Support http/2.
- Move settings methods to app.settings and deprecate old versions
- Add "view options" settings for rendering engines
- Auto file extension lookup with multiple view engines
- node http code change could have major effect on express
- Example updated to ES6 syntax
- Docs
- JavaScript not yet supported