Skip to content
software

API Gateway

API Gateway

Definition

An API gateway is a reverse proxy that sits in front of backend services, handling cross-cutting concerns like authentication, rate limiting, request routing, SSL termination, and logging. It provides a single entry point for clients, decoupling client-facing APIs from internal service topology.

Kong, AWS API Gateway, and Nginx are common implementations. API gateways are a critical component in microservice architectures.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.