I like to think of middleware as middle agents.
A simplified flow of data from a user’s browser to our application servers comprises a request-response cycle.
A middleware takes the front-row seat in the application server. Allowing us to intercept the user request before it is completed.
With a