- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 75字
- 2021-07-02 20:52:20
Technology agnostic
The application interface for a Microservice, or the way we communicate to a Microservice, also needs to be technology agnostic. It means the service needs to use an open communication protocol so that it does not dictate the technology that the client application needs to use. And by using open communication protocols, for example, like HTTP REST (JSON based), we could easily have a .NET client application which talks to a Java-based Microservice.
推薦閱讀
- 微服務設計(第2版)
- AngularJS入門與進階
- Learning NServiceBus(Second Edition)
- Learning C++ Functional Programming
- Getting Started with CreateJS
- Apache Hive Essentials
- Practical Windows Forensics
- Learning Python Design Patterns(Second Edition)
- Building a Quadcopter with Arduino
- 深入分布式緩存:從原理到實踐
- C#開發案例精粹
- CRYENGINE Game Development Blueprints
- Distributed Computing in Java 9
- 算法設計與分析:基于C++編程語言的描述
- Greenplum構建實時數據倉庫實踐