What is Middleware in Express and How It Works
When a request comes to an Express server, it usually doesn’t go directly to the final response.
Before reaching the route handler, it passes through multiple checkpoints.These checkpoints are called
kumar-rishabh.hashnode.dev3 min read