- Node.js Design Patterns
- Mario Casciaro Luciano Mammino
- 200字
- 2021-06-18 18:15:05
Summary
In this chapter, you have seen how the Node.js platform is built upon a few important principles that shape both its internal architecture and the code we write. You have learned that Node.js has a minimal core, and that embracing the "Node way" means writing modules that are smaller, simpler, and that expose only the minimum functionality necessary.
Next, you discovered the reactor pattern, which is the pulsating heart of Node.js, and dissected the internal architecture of the platform runtime to reveal its three pillars: V8, libuv, and the core JavaScript library.
Finally, we analyzed some of the main characteristics of using JavaScript in Node.js compared to the browser.
Besides the obvious technical advantages enabled by its internal architecture, Node.js is attracting so much interest because of the principles you have just discovered and the community orbiting around it. For many, grasping the essence of this world feels like returning to the origins, to a more humane way of programming in both size and complexity, and that's why developers end up falling in love with Node.js.
In the next chapter, we will go deep into one of the most fundamental and important topics of Node.js, its module system.
- SQL Server 從入門到項目實踐(超值版)
- Monkey Game Development:Beginner's Guide
- Java Web及其框架技術
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- JavaScript 程序設計案例教程
- Hands-On Swift 5 Microservices Development
- Java程序設計
- 數據結構案例教程(C/C++版)
- C# 8.0核心技術指南(原書第8版)
- RISC-V體系結構編程與實踐(第2版)
- 低代碼平臺開發實踐:基于React
- Machine Learning in Java
- R用戶Python學習指南:數據科學方法
- OpenCV with Python By Example
- MongoDB Cookbook