Skip to content

Node.js Overview

Use this page as the front door for the Node.js section.

HubFocus
Runtime and ModulesEvent loop behavior, module systems, and project execution model.
Backend and APIsHTTP servers, Express-style backend design, and operational concerns.
Tooling and OperationsPackages, scripts, configuration, and production workflow concerns.
  • Node.js runtime fundamentals
  • asynchronous I/O and concurrency model
  • npm and dependency management
  • backend API development patterns
  • operational basics for real Node.js applications