On-premises options
Application gateways or API gateways are not only present in cloud environments. For many enterprises, especially in the financial domain, a lot of services and applications are hosted in their own data centers. These enterprises prefer leveraging open-source software that can be seamlessly deployed in on-premise environments. Some popular application gateway platforms for on-premises environments are outlined in the following list:
- Kong: Kong Gateway and Kong Mesh offer API gateway and service mesh capabilities using lightweight proxy servers. Plugins support authentication, security, analytics, and more.
- Tyk: Tyk API Gateway provides an open-source gateway with robust access control, developer portal capabilities, and REST API-driven configuration.
- NGINX: NGINX can be configured as an API gateway and load balancer, with rate limiting, access control, and service discovery integrations.
- HAProxy: HAProxy is a fast, lightweight load balancer and...