- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Learning Chef
- Learning Laravel 4 Application Development
- Hands-On C++ Game Animation Programming
- 鋒利的SQL(第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- C# Multithreaded and Parallel Programming
- Developing SSRS Reports for Dynamics AX
- Advanced UFT 12 for Test Engineers Cookbook
- Getting Started with Python
- IoT Projects with Bluetooth Low Energy
- Secret Recipes of the Python Ninja
- Visual C++程序設計與項目實踐
- 數字媒體技術概論
- Yii2 By Example