- 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.
推薦閱讀
- LaTeX Cookbook
- Hyper-V 2016 Best Practices
- Microsoft Dynamics 365 Extensions Cookbook
- Python零基礎快樂學習之旅(K12實戰訓練)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 自制編程語言
- R語言與網絡輿情處理
- 從零開始學C語言
- 常用工具軟件立體化教程(微課版)
- HTML5秘籍(第2版)
- Python項目實戰從入門到精通
- Couchbase Essentials
- Mockito Essentials
- OpenCV Android Programming By Example
- Ext JS 4 Plugin and Extension Development