- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 125字
- 2021-07-02 22:08:15
Benefits of the API gateway for microservices
There is no doubt that the API gateway is beneficial for microservices. With its use, you can do this:
- Services are invoked through the API gateway
- Round trips between the client and the application are reduced
- The client has the ability to access different APIs in one place, as segregated by the gateway
It provides flexibility to clients in such a manner that they are able to interact with different services as and when they need. This way, there is no need to expose complete/all services at all. API gateway is a component of complete API management. In our solution, we will use Azure API management and explain it further in Chapter 3, Integration Techniques.
推薦閱讀
- Learning Java Functional Programming
- Getting Started with ResearchKit
- SAS數據統計分析與編程實踐
- 面向對象程序設計(Java版)
- C程序設計實踐教程
- RabbitMQ Cookbook
- Internet of Things with ESP8266
- GameMaker Essentials
- Emotional Intelligence for IT Professionals
- Web Developer's Reference Guide
- 工業機器人離線編程
- 30天學通C#項目案例開發
- Photoshop智能手機APP界面設計
- Web前端開發技術:HTML、CSS、JavaScript
- Spring Data JPA從入門到精通