Skip to content

vpetrovaa/api-gateway-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Gateway Pattern

The pattern full description

The API Gateway pattern is also sometimes known as the "backend for frontend" (BFF) because you build it while thinking about the needs of the client app. So, It acts as a reverse proxy, routing requests from clients to the appropriate backend service and then returning the service’s response back to the client.

Releases

No releases published

Packages

No packages published