express-cargo — Simplify Request Data Handling in Express #6876
laggu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I’ve built a middleware for Express developers called express-cargo, designed to make request data handling effortless.
Instead of manually dealing with req.body, req.query, and req.params, you can define a class and use decorators to map incoming request data automatically. It’s written in TypeScript and works seamlessly with decorators.
Features
Installation
Example
Link
Beta Was this translation helpful? Give feedback.
All reactions