Weight
4
Answer
An API gateway is a server that acts as a single point of entry into a system. It operates as a conductor who organises the requests that are being processed by the microservices architecture in order to create a simplified experience for the user. It translates a client's many requests into just one request to reduce the number of round trips between the client and application.