Master Node.js built-in modules: events, fs, http, os, and path.
Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
Node.js comes with powerful built-in modules that provide essential functionality without installing any packages. These modules handle file operations, networking, operating system interactions, and more.
In this section you’ll learn about the core Node.js modules: events, fs, http, os, and path.
Lessons in this unit:
| 0: | ▶︎ Introduction |
| 1: | The Node events module |
| 2: | The Node fs module |
| 3: | The Node http module |
| 4: | The Node os module |
| 5: | The Node path module |