Middleware is one of those interesting concepts that once you get it is very helpful. I learned this from making an autominify middleware for express. The concept goes like this: Express is initialized. Each time you add an app.use call, it appends it