Back to Tags
Gateway
4 items tagged with "gateway"
Filter by type:
Patterns4
Pattern
API Gateway
A single entry point that routes, aggregates, and secures client requests across many backend microservices.
Pattern
Gateway Aggregation
Uses a gateway to combine multiple backend requests into one, so clients make a single call instead of many.
Pattern
Gateway Offloading
Moves shared cross-cutting functionality such as TLS, auth, and rate limiting out of services and into a gateway.
Pattern
Gateway Routing
Routes client requests to the correct backend service through a single endpoint using request attributes such as path or host.