- 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.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 移動UI設計(微課版)
- Boost C++ Application Development Cookbook(Second Edition)
- C# Programming Cookbook
- Scratch真好玩:教小孩學編程
- Podman實戰
- Python編程:從入門到實踐
- Learning OpenStack Networking(Neutron)(Second Edition)
- Test-Driven Machine Learning
- MySQL入門很輕松(微課超值版)
- iPhone應用開發從入門到精通
- 深入理解BootLoader
- 測試架構師修煉之道:從測試工程師到測試架構師
- Java EE Web應用開發基礎
- PhoneGap 4 Mobile Application Development Cookbook