- Deploying Node.js
- Sandro Pasquali
- 149字
- 2021-07-16 13:37:08
Summary
In this chapter, we went on a whirlwind tour of Node. You learned something about why it is designed the way it is and why this event-driven environment is a good solution to modern problems in networked software. Having explained the event loop and the related ideas around concurrency and parallelism, we talked a bit about the Node philosophy of composing software from small pieces loosely joined. You learned about the special advantages that full-stack JavaScript provides and explored new possibilities of applications made possible because of them.
You now have a good understanding of the kind of applications we will be deploying, and this understanding will help you see the unique concerns and considerations faced when building and maintaining Node applications. In the next chapter, we'll pe right in with building servers with Node, options for hosting these applications, and ideas around building, packaging, and distributing them.
- Learning NServiceBus(Second Edition)
- 數據庫系統教程(第2版)
- Python 3.7網絡爬蟲快速入門
- Mastering ServiceStack
- Bulma必知必會
- 游戲程序設計教程
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- AppInventor實踐教程:Android智能應用開發前傳
- Getting Started with React Native
- Delphi開發典型模塊大全(修訂版)
- Mastering Android Studio 3
- WebStorm Essentials
- 少兒編程輕松學(全2冊)
- 現代C++語言核心特性解析
- PhoneGap 3.x Mobile Application Development Hotshot