Built-in Modules
Master Node.js built-in modules: events, fs, http, os, and path.

Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026

The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.


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