What is Middleware in Express and How It Works
When a request arrives at an Express server, it does not go directly to your route handler. It passes through a series of functions first, each one getting a chance to inspect the request, modify it,
timblarc.hashnode.dev8 min read