- Node.js Web Development
- David Herron
- 138字
- 2021-06-25 21:53:57
Summary
You learned a lot in this chapter. Specifically, you saw that JavaScript has a life outside web browsers and you learned about the difference between asynchronous and blocking I/O. We then covered the attributes of Node.js and where it fits in the overall web application platform market and threaded versus asynchronous software. Lastly, we saw the advantages of fast event-driven asynchronous I/O, coupled with a language with great support for anonymous closures.
Our focus in this book is real-world considerations of developing and deploying Node.js applications. We'll cover as many aspects as we can of developing, refining, testing, and deploying Node.js applications.
Now that we've had this introduction to Node.js, we're ready to pe in and start using it. In Chapter 2, Setting up Node.js, we'll go over setting up a Node.js environment, so let's get started.
- Monkey Game Development:Beginner's Guide
- Java異步編程實戰
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- PHP網絡編程學習筆記
- Flash CS6中文版應用教程(第三版)
- C語言程序設計實踐教程
- 正則表達式經典實例(第2版)
- Swift細致入門與最佳實踐
- 寫給大家看的Midjourney設計書
- Java并發實現原理:JDK源碼剖析
- Visual FoxPro程序設計習題及實驗指導
- Building Microservices with Go
- Modular Programming with PHP 7
- Mastering Chef Provisioning
- 深入解析WPF編程