In this lesson, you will learn how to create custom middleware in an Express application.
Learning Objectives
- Learn what middleware is and how it fits in the request/response cycle
- Learn how to implement custom middleware
- Learn about the next function and how it facilitates custom middleware
- Learn to use custom middleware in different ways to work with your routes
- Learn what happens when you do not include the next function as part of your middleware
Intended Audience
- This lesson is intended for anyone who wants to learn about Express
Prerequisites