Microservices API Gateway Introduction

Microservices architecture approach provides opportunity for multiple services to work together to create a cohesive application. Since, all the services interact with each other via different APIs hence it requires an entity to manage all the api interaction across services. This entity is called API Gateway and is one of the most important entities in microservices architecture. In this article, we are going to discuss about API Gateway and its importance in microservices architecture approach.

Please check Introduction to Microservices Architecture for more information.

(more…)
Microservices API Gateway Introduction Read More