- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 145字
- 2021-07-02 22:18:22
Communication through user interface
In most cases, the usability of a system is determined through the frontend. A system designed using Microservices should avoid using a monolithic user interface. There are several proponents of the idea that Microservices should contain a user interface and we agree with that.
Tying a service with a user interface gives high flexibility to the system to incorporate changes and add new features. This also ensures that distribution of teams is not by the communication hierarchy of the organization but by domains that Microservices are a part of. This practice also has the benefit of ensuring that the user interface will not become a deployment monolith at any point in time.
Although there are several challenges associated with integrating the user interface of Microservices, there are several ways to enable this integration. Let's take a look at a few.
- Linux核心技術從小白到大牛
- C#程序設計(慕課版)
- 深度學習:算法入門與Keras編程實踐
- 微信小程序開發解析
- Visual C#通用范例開發金典
- Julia 1.0 Programming Complete Reference Guide
- uni-app跨平臺開發與應用從入門到實踐
- OpenCV with Python Blueprints
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 計算機組裝與維護(第二版)
- Shopify Application Development
- 精益軟件開發管理之道
- AngularJS by Example
- 微信小程序開發圖解案例教程:附精講視頻(第3版)
- Data Visualization:Representing Information on Modern Web