What is Middleware in Express and How It Works
May 8 · 4 min read · Think 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