Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 486 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 486 Bytes

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.