SSantrainblog-santra.hashnode.dev·May 9 · 5 min readWhat is Middleware in Express and How It WorksEvery 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 00
ARAnoop Rajoriyainanoop-blogs.hashnode.dev·May 8 · 4 min readWhat is Middleware in Express and How It WorksThink of middleware as "assembling line worker" in your web server. In express a request doesn't just hits the route and instantly get a request. It usually passes throught the several layers of code 00