API Gateways for Microservices
API Gateways are emerging as an essential component in a microservices architecture. At one end of the spectrum, at its simplest an API Gateway can be thought of as a proxy that presents a single point of entry for all the external clients that talk to microservices. As such, a major feature provided by an […]