- Mastering Node.js
- Sandro Pasquali
- 142字
- 2021-07-21 18:17:12
Summary
In this chapter we've outlined the key problems Node's designers sought to solve, and how their solution has made the creation of easily scalable, high-concurrency networked systems easier for an open community of developers. We've seen how JavaScript has been given very useful new powers, how its evented model has been extended, and how V8 can be configured to further customize the JavaScript runtime.
Through examples, we've learned how I/O is handled by Node, how to program the REPL, as well as how to manage inputs and outputs to the process object. The goal of demonstrating how Node allows applications to be intelligently constructed out of well-formed pieces in a principled way has begun. In the next chapter, we will delve deeper into asynchronous programming, learn how to manage more complex event chains, and develop more powerful programs using Node's model.
- Docker and Kubernetes for Java Developers
- Mobile Web Performance Optimization
- Redis入門指南(第3版)
- JS全書:JavaScript Web前端開發指南
- C語言程序設計
- Mastering Apache Maven 3
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Building Wireless Sensor Networks Using Arduino
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Python編程快速上手2
- 菜鳥成長之路
- Node.js Web Development
- Learning GraphQL and Relay
- Game Development with SlimDX
- Instant Windows 8 C++ Application Development How-to