Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glrodasz/in-the-middle-of-the-middleware
https://github.com/glrodasz/in-the-middle-of-the-middleware
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glrodasz/in-the-middle-of-the-middleware
- Owner: glrodasz
- License: mit
- Created: 2019-03-05T18:28:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:52:15.000Z (about 2 years ago)
- Last Synced: 2023-08-11T20:43:32.637Z (over 1 year ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# in-the-middle-of-the-middleware
Meetup talk about middlewares in Express.js. You can check the slides [here](https://slides.com/glrodasz/in-the-middle-of-the-middleware).
## hello-world
Check how a middleware is build and how can we put it into our routes
## express-gen
Check the file `app.js` and identify the different type of middlewares
## middleware-demo
- [Error handler with Boom](https://github.com/glrodasz/platzi-express/blob/master/ecommerce/utils/middlewares/errorsHandlers.js)
- [Route validation with Joi](https://github.com/glrodasz/platzi-express/blob/master/ecommerce/utils/middlewares/validationHandler.js)