- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 130字
- 2021-07-02 20:52:19
Introduction to Microservices and Service-Oriented Architecture
With the increase in internet availability, there is an ongoing evolution in data communication techniques. The architectural improvements have been very innovative, scalable, and adoptable across environments. There was a need for software components to be available across the internet with a common interface for communication across different platforms and programming languages.
This led to the concept of creating services easily deployable with scalability, and exposing them over the internet.
Designing functionalities in terms of service was widely adopted; it was a great idea to provide features in the form of services to heterogeneous clients. This concept of using services led to SOA (Service-Oriented Architecture).
In this chapter, we will be looking at the following topics:
- Service in SOA
- Monolithic architecture
- Introduction to Microservices
- Visual Basic程序設計教程
- TestNG Beginner's Guide
- MATLAB實用教程
- 編譯系統透視:圖解編譯原理
- Learning JavaScript Data Structures and Algorithms
- Mastering ROS for Robotics Programming
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- NGINX Cookbook
- R數據科學實戰:工具詳解與案例分析
- 寫給程序員的Python教程
- Python Programming for Arduino
- Java Web動態網站開發(第2版·微課版)
- 讀故事學編程:Python王國歷險記
- Java面試一戰到底(基礎卷)
- Python程序設計:基礎與實踐