Create Your Own Middleware For Expressjs
Middlwares are most important in any web application. You can perform logging, authentication and various micro to large tasks based on requested route.
In express.js, its easy to use a middleware. You just have to create a function that will accept ...
cupofcode.hashnode.dev3 min read