- Node.js Web Development
- David Herron
- 188字
- 2021-06-11 18:48:17
Summary
You learned a lot in this chapter about installing Node.js using its command-line tools and running a Node.js server. We also breezed past a lot of details that will be covered later in this book, so be patient.
Specifically, we covered downloading and compiling the Node.js source code, installing Node.js—either for development use in your home directory or for deployment in system directories—and installing npm, the de facto standard package manager used with Node.js. We also saw how to run Node.js scripts or Node.js servers. We then took a look at the new features in ES2015, 2016, and 2017. Finally, we looked at how to use Babel to implement those features in your code.
Now that we've seen how to set up a development environment, we're ready to start working on implementing applications with Node.js. The first step is to learn the basic building blocks of Node.js applications and modules, meaning taking a more careful look at Node.js modules, how they are used, and how to use npm to manage application dependencies. We will cover all of that in the next chapter.
- 自制編譯器
- Android Jetpack開發:原理解析與應用實戰
- 造個小程序:與微信一起干件正經事兒
- 基于Swift語言的iOS App 商業實戰教程
- Java 11 Cookbook
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Mastering Linux Security and Hardening
- 軟件體系結構
- IBM Cognos TM1 Developer's Certification guide
- 零基礎學SQL(升級版)
- PHP Microservices
- Python數據預處理技術與實踐
- JavaScript語法簡明手冊
- Pandas入門與實戰應用:基于Python的數據分析與處理
- Python GUI設計tkinter菜鳥編程(增強版)