Aggregation
Client makes one call. Gateway calls N backends, composes response. Mobile clients love this — fewer round trips.
Advertisement
Aggregation
Client makes one call. Gateway calls N backends, composes response. Mobile clients love this — fewer round trips.
Advertisement
Cross-cutting concerns
- Auth (validate JWT once, not per service)
- Rate limiting
- Request logging
- Response transformation
- API key management