What is Middleware in Express and How It Works
Every request that hits an Express server goes on a journey before it gets a response. It doesn't jump straight from the client to your route handler it passes through a series of functions along the
blog-santra.hashnode.dev5 min read