Distributed SystemsPlanned
API Gateway
Reverse proxy with routing, auth, rate limiting and circuit breaking
An API gateway that sits in front of backend services — routing by path, enforcing JWT authentication, applying per-client rate limits, and tripping a circuit breaker on downstream failures.
What it demonstrates
- Reverse proxy
- JWT validation
- Circuit breaking
- Request aggregation
Tech stack
GoRedis