- Learning Node.js Development
- Andrew Mead
- 188字
- 2021-06-30 18:56:45
Node Fundamentals – Part 1
In this chapter, you'll learn a ton about building Node applications, and you'll actually build your first Node application. This is where all the really fun stuff is going to start.
We'll kick things off by learning about all of the modules that come built in to Node. These are objects and functions that let you do stuff with JavaScript you've never been able to do before. We'll learn how to do things, such as reading and writing from the filesystem, which we'll use in the Node's application to persist our data.
We'll also be looking at third-party npm modules; this is a big part of the reason that Node became so popular. The npm modules give you a great collection of third-party libraries you can use, and they also have really common problems. So you don't have to rewrite that boilerplate code over and over again. We'll be using a third-party module in this chapter to help with fetching input from the user.
The chapter will specifically cover the following topics:
- Module basics
- Require own files
- Third-party modules
- Global modules
- Getting input
- 解析QUIC/HTTP3:未來互聯網的基石
- 物聯網關鍵技術及應用
- 農產品物聯網研究與應用
- 通信簡史:從信鴿到6G+
- Getting Started with Grunt:The JavaScript Task Runner
- 雷達饋線技術
- 6G新技術 新網絡 新通信
- Learning Windows 8 Game Development
- 深入理解OpenStack Neutron
- bash網絡安全運維
- 精通SEO:100%網站流量提升密碼
- Building RESTful Web Services with .NET Core
- 趣話通信:6G的前世、今生和未來
- Hands-On Cloud:Native Microservices with Jakarta EE
- 物聯網商業設計與案例