5 topics in this chapter
How Node.js consumes CLI flags, NODE_OPTIONS, preloads, V8 options, source maps, conditions, warnings, diagnostics, memory flags, and node --run.
36 min read
How Node.js loads .env files with --env-file, parses DotEnv syntax, merges values into process.env, and handles NODE_OPTIONS precedence.
33 min read
How Node.js exposes web-compatible globals including fetch, Request, Response, Web Streams, Blob, File, FormData, URL, and structuredClone.
36 min read
How Node.js v24 runs TypeScript through type stripping, handles .ts module formats, rejects unsupported syntax, and stores compile cache data.
36 min read
How Node.js REPL, inspector sessions, watch mode, and single executable applications evaluate code, expose debugging state, restart, and package apps.
36 min read