Express is a popular Node web framework that enables developers to build web servers (backend) that can respond to http requests and return data
Outside of providing built-in support for routing, Express has minimal functionality of its own
Functionality is added to an Express application through the use of Middleware