Part 2: Node.js Ecosystem and Architecture
In Part 2, you will learn how to use the Node.js core libraries and third-party libraries by using the vast npm ecosystem ecosystem. Also, you will learn how to use and implement event-driven architectures in detail, and you will understand how to use testing and implement unit testing in your projects.
This part includes the following chapters:
- Chapter 5, Node.js Core Libraries
- Chapter 6, External Modules and npm
- Chapter 7, Event-Driven Architecture
- Chapter 8, Testing in Node.js