API Gateway Overview
Popular API gateways and references:
- Tyk
- Apigee
- Zuul (Netflix)
- Ocelot (for .NET) β https://github.com/ThreeMammals/Ocelot
- Amazon API Gateway β https://docs.aws.amazon.com/apigateway/
Notes:
- Use gateways to centralize routing, auth, rate limiting, and observability.
- Choose based on ecosystem fit (e.g., Ocelot for .NET microservices), scale, and features.