PPrashantincupofcode.hashnode.dev·Aug 10, 2021 · 3 min readCreate Your Own Middleware For ExpressjsMiddlwares 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 ...00