Daily Term: API Gateway
API Gateway
An API Gateway is a server that sits between clients and microservices, acting as a reverse proxy to accept all application programming interface (API) calls, aggregate the various services required to fulfill them, and return the appropriate result. It handles tasks such as request routing, composition, and protocol translation.
Date: 2025-04-27