BackendAPI Design, System Design
KW-0014

API Gateway

Concept
Meaning

single entry point that routes client requests to appropriate backend services and handles cross-cutting concerns

Example

Client sends request to gateway, which forwards it to user or order service based on route

Reference
Handles authentication, logging, routing; simplifies client interaction in microservices architecture
Related
reverse proxyroutingmicroservicesgateway

Built with ♥ by Sakib