- 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.
推薦閱讀
- HTML5+CSS3王者歸來
- UI圖標創意設計
- 高手是如何做產品設計的(全2冊)
- Apache Oozie Essentials
- 算法大爆炸:面試通關步步為營
- Visual Basic程序設計(第3版):學習指導與練習
- VMware vSphere 6.7虛擬化架構實戰指南
- SQL Server 2016數據庫應用與開發
- Visual C++開發入行真功夫
- Python Data Structures and Algorithms
- 零基礎學C語言(第4版)
- IPython Interactive Computing and Visualization Cookbook
- SaaS攻略:入門、實戰與進階
- Developer,Advocate!
- 川哥教你Spring Boot 2實戰