Skip to content

suyogyataneja/Express-Middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Middleware

In this a basic Middleware function is created. Middleware functions are used to add the functionalities to the EXPRESS Application.

IMPORTANT POINTS TO NOTE:

  1. Whenever a request arrives to the server, first of all it goes to the middleware functions and then to the handlers.
  2. Order of middleware does matter.
  3. Using next() after each middleware is also important so that your server can go to the next function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published