What is Express?
It is a NodeJs framework which provides convenient access to use http, routing,
middleware and is perfect to create the API.
What is Middleware?
I would say middleware is a module which is acting like an interceptor. Once
client hits your endpoint, it can be either served