Part 1: Node.js Fundamentals
In this part, you’ll dive into Node.js by learning how it works and how you can use it. You’ll also get in touch with the Node.js ecosystem. In particular, you’ll see how Node.js projects are structured. An important topic of this part is how to deal with dependencies in the form of packages.
This part of the book comprises the following chapters:
- Chapter 1, Learning about the Internals of Node.js
- Chapter 2, Dividing Code into Modules and Packages
- Chapter 3, Choosing a Package Manager