Javascript Making your own Express Middleware In Express, middleware is a way to apply certain functionality to specific pages, or just in general. Let's look at how to make your own middleware in Express. #express #node.js #javascript