Middleware
What is middleware
Middleware
is software that assembled into app pipeline to handle request and responses.
Each component
Chooses whether to pass the request to the next component in the pipeline
Can perform work before or after the next component...
ahmed-nour.hashnode.dev2 min read