An application programming interface (API) gateway is a single point of entry for all client requests

It is responsible for the routing of requests, the composition of requests, and the translation of protocols between clients and microservices.


Related Question