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 supported59 Subscribers
View all SubscribersAdd a CodeTriage badge to express
Help out
- Issues
- res.render()/app.render() throws opaque TypeError for a view name ending in "."
- fix(view): handle view names ending with "." to avoid require("")
- │ feat(res): add res.sse() for Server-Sent Events
- test: add unit tests for res.contentType alias and parameters in res.type
- Propuesta: Abstracción nativa/wrapper en Express para simplificar el manejo de respuestas SSE (Server-Sent Events)
- fix(req): normalize forwarded protocol casing
- fix(req): ignore trailing root dot in subdomains
- fix(res.append): preserve empty header values
- fix: prevent host header injection by sanitizing userinfo in Host header
- fix(res.links): skip empty-array rel values to prevent trailing comma in Link header
- Docs
- JavaScript not yet supported