- Node Web Development(Second Edition)
- David Herron
- 97字
- 2021-08-13 16:46:52
Summary
We've learned a lot in this chapter, specifically:
- That JavaScript has a life outside web browsers
- The difference between asynchronous and blocking I/O
- The attributes of Node, and where it fits in the overall web application platform market
- Threaded versus asynchronous software
- The advantages of fast event-driven asynchronous I/O, coupled with a language with great support for anonymous closures
- Node performance
Now that we've had this introduction to Node, we're ready to dive in and start using it. In Chapter 2, Setting up Node, we'll go over setting up a Node environment, so let's get started.
推薦閱讀
- Learning NServiceBus(Second Edition)
- Linux C/C++服務器開發實踐
- INSTANT Mercurial SCM Essentials How-to
- Elasticsearch for Hadoop
- KnockoutJS Starter
- Unity Game Development Scripting
- Mastering JBoss Enterprise Application Platform 7
- 劍指Java:核心原理與應用實踐
- Mastering ROS for Robotics Programming
- Mastering Xamarin.Forms(Second Edition)
- 智能手機APP UI設計與應用任務教程
- C++編程兵書
- Python從入門到精通(第3版)
- 深入理解BootLoader
- HTML5與CSS3權威指南