diff --git a/README.md b/README.md index 6184637..dd6dd11 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Curated list of express.js resources - [express-pino-logger](https://github.com/pinojs/express-pino-logger) - Use the fast, low overhead Pino logger to log each request. - [express-validator](https://github.com/express-validator/express-validator) - express-validator is a set of express.js middlewares that wraps validator.js validator and sanitizer functions. - [express-response-hooks](https://github.com/arikw/express-response-hooks) - Intercept and mutate responses before they are sent to the client +- [express-fast-json-stringify](https://www.npmjs.com/package/express-fast-json-stringify) - With express-fast-json-stringify, you can leverage fast-json-stringify in your Express application ## Microservices