- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 130字
- 2021-07-02 20:13:04
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 the following:
- Invoke services through the API gateway
- Reduce round trips between the client and the application
- 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 to. 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 we will explain it further in Chapter 3, Integration Techniques and Microservices.
推薦閱讀
- Spring Boot 2實戰之旅
- Mobile Web Performance Optimization
- 小創客玩轉圖形化編程
- Building a RESTful Web Service with Spring
- Developing Mobile Web ArcGIS Applications
- Practical Data Science Cookbook(Second Edition)
- UML+OOPC嵌入式C語言開發精講
- Web Development with MongoDB and Node(Third Edition)
- 區塊鏈技術進階與實戰(第2版)
- jQuery for Designers Beginner's Guide Second Edition
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- RESTful Web Clients:基于超媒體的可復用客戶端
- Python Programming for Arduino
- PHP項目開發全程實錄(第4版)
- Java核心編程