- 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.
推薦閱讀
- JavaScript前端開發模塊化教程
- Node.js 10實戰
- OpenDaylight Cookbook
- LabVIEW 2018 虛擬儀器程序設計
- JavaScript高效圖形編程
- Developing Middleware in Java EE 8
- Mastering Swift 2
- Multithreading in C# 5.0 Cookbook
- Penetration Testing with the Bash shell
- Robot Framework Test Automation
- Python Penetration Testing Essentials
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- 計算機應用基礎
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)
- Java編程動手學