Day 24 of 100days of code.
Working with Express JS
Understanding Middleware
A middleware is simply a function that is executed in between Receiving the request and sending as response. We can say that ion Express JS, everything is a middleware.
Creating a custom middleware
To ...
paks.hashnode.dev2 min read