📄️ Introduction
A deep-dive reference into how Node.js works under the hood — from source code in the nodejs/node repository. Each guide traces a specific subsystem from user-facing JavaScript APIs down through C++ bindings, libuv, and V8.
📄️ Async
In-Depth Guide: Async Code in Node.js
📄️ Performance
Node.js Internals for High-Performance Applications
📄️ Module Loading
Node.js Module Loading — In-Depth Guide
📄️ fs
How fs Works in Node.js — Internals Guide
📄️ streams
Node.js Streams: From Basics to C++ Internals