I’m assuming that an API Gateway can do anything an API Proxy can do, but I’m wondering what features you think separate the two and if you have different use cases in mind when you are looking to add one of these layers.
Ask HN: API Proxy vs. API Gateway?
1–3 of 3 posts
Re: Ask HN: API Proxy vs. API Gateway?
#2We use Kong open source gateway. Anything they had in version 0.9 was sufficient for our use case but they're a VC funded company so they keep adding more features, especially enterprise features (ignore the AI stuff in the latest version). Configuration can now be in a database, or in files, or updated via an API.
Re: Ask HN: API Proxy vs. API Gateway?
#3I'd say the Gateway also does load balancing, actively checks if the target is still online. And possibly works seemless together with other Gateways, for example for rate limiting you might need several nodes to combine their metrics. We use Kong open source gateway. Anything they had in version 0.9 was sufficient for our use case but they're a VC funded company so they keep adding more features, especially enterpri…