- Modern JavaScript Applications
- Narayan Prusty
- 203字
- 2021-07-14 11:02:27
Chapter 1. Breaking into Microservices Architecture
The architecture of server-side application development for complex and large applications (applications with huge number of users and large volume of data) shouldn't just involve faster response and providing web services for wide variety of platforms. It should be easy to scale, upgrade, update, test, and deploy. It should also be highly available, allowing the developers write components of the server-side application in different programming languages and use different databases. Therefore, this leads the developers who build large and complex applications to switch from the common monolithic architecture to microservices architecture that allows us to do all this easily. As microservices architecture is being widely used in enterprises that build large and complex applications, it's really important to learn how to design and create server-side applications using this architecture. In this chapter, we will discuss how to create applications based on microservices architecture with Node.js using the Seneca toolkit.
In this chapter, we'll cover the following topics:
- Understanding monolithic architecture
- Scaling, upgrading, deploying, and writing applications based on monolithic architecture
- Discussing microservices architecture in depth
- Scaling, upgrading, deploying, and writing applications based on microservices architecture
- Getting started with Seneca
- Creating and calling services using Seneca
- Instant Node Package Manager
- 算法零基礎一本通(Python版)
- 實用防銹油配方與制備200例
- Python算法從菜鳥到達人
- BeagleBone Black Cookbook
- Selenium Testing Tools Cookbook(Second Edition)
- Exploring SE for Android
- Mastering SciPy
- UML基礎與Rose建模實用教程(第三版)
- C語言編程魔法書:基于C11標準
- 輕松學Scratch 3.0 少兒編程(全彩)
- Leaflet.js Essentials
- INSTANT Lift Web Applications How-to
- 米思齊實戰手冊:Arduino圖形化編程指南
- 區塊鏈原理與技術應用