E5C2 feathers-docs/middleware at master · rengen12/feathers-docs · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Middleware

In the previous chapter we learned about how Hooks are used as data-oriented middleware for services.

A slightly different kind of middleware is one of the key concepts behind Express and since Feathers just extends Express, it can use all existing Express middleware and features.

In this chapter we will look at how services and Express middleware play together and how routing and versioning works for Feathers APIs.

0