- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 78字
- 2021-07-02 20:13:04
API gateway versus API management
In the preceding section, we discussed how the API gateway hides the actual APIs from its client and then simply redirects the calls to the actual API from these clients. The API management solution provides a complete management system to manage all the APIs of its external consumers. All API management solutions, such as Azure API management (https://docs.microsoft.com/en-us/azure/api-management/), provide various capabilities and functionalities, such as:
- Design
- Development
- Security
- Publishing
- Scalability
- Monitoring
- Analysis
- Monetization
推薦閱讀
- Unreal Engine Physics Essentials
- OpenDaylight Cookbook
- Python科學(xué)計(jì)算(第2版)
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- Learn Programming in Python with Cody Jackson
- Java性能權(quán)威指南(第2版)
- VMware虛擬化技術(shù)
- Canvas Cookbook
- JavaScript應(yīng)用開發(fā)實(shí)踐指南
- Python入門很輕松(微課超值版)
- MongoDB Cookbook(Second Edition)
- 視窗軟件設(shè)計(jì)和開發(fā)自動(dòng)化:可視化D++語言
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Developing Java Applications with Spring and Spring Boot
- Socket.IO Cookbook