express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

Results 391 express issues
Sort by recently updated
recently updated
newest added

This allows for express to run correctly with `unenv` and paves the way for it to be used in other envs than `node` Fixes #6039 I also have a backport...

enhancement
semver-minor

Hello friends of the community, how are you? First of all, I always like to make it clear that I simply love the Express project. I have been using it...

performance :zap:

using "express": "^4.21.0", created this middleware for token verification ``` import { NextFunction, Request, Response } from "express"; import { JwtPayload, verify } from "jsonwebtoken"; declare global { namespace Express...

bug
help wanted

Adding this cache to the defineGetter function has several implications: - **Performance Improvement**: The getter function will only be called once, and its result will be stored. Subsequent accesses to...

5.x

@wesleytodd Since express@5 will support minimum of nodejs version 18, I think it would be safe to use `node:buffer` . Also I didn't see any `new Buffer` usage anywhere in...

5.x

same #6064 Related: https://github.com/expressjs/discussions/issues/228

Express now has an Open Collective, it would be good to add this field. Related: https://github.com/expressjs/discussions/issues/228

Using a loop here would improve performance for parsing over splitting into an array and iterating over it, then splitting some more. If we prefer the overall split on `;`...

5.x

This PR list current Committers for projects. - Ref: https://github.com/expressjs/express/pull/5768 (cc: @carpasse ) - Currently @bjohansebas requested committer access in compression (https://github.com/expressjs/express/pull/6027#issuecomment-2397444731). Note: I am +1 in the nomination, he...