- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 85字
- 2021-07-08 10:32:37
Microservices
Dividing the app with respect to a functionality unit is called a microservice. Each microservice becomes the self contained unit of deployment. Node.js is based on the common JS modules pattern which provides modularity in structure of an application. Such a pattern is used to create the microservices. With the increase of functionality, the number of microservices increases. To manage those services, the Node.js ecosystem provides powerful libraries like pm2. Therefore, it enables the elements of an application to be updated and scaled separately.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Intel Galileo Essentials
- Docker and Kubernetes for Java Developers
- The Android Game Developer's Handbook
- Building Modern Web Applications Using Angular
- Learning PostgreSQL
- 算法零基礎一本通(Python版)
- 程序員面試筆試寶典
- Implementing Cisco Networking Solutions
- Java Web程序設計任務教程
- Windows Embedded CE 6.0程序設計實戰
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- C編程技巧:117個問題解決方案示例
- ASP.NET Web API Security Essentials
- 進入IT企業必讀的324個Java面試題