Node.js Overview
Node.js Overview
Section titled “Node.js Overview”Use this page as the front door for the Node.js section.
Recommended Reading Paths
Section titled “Recommended Reading Paths”Learn the runtime
Section titled “Learn the runtime”Build backend services
Section titled “Build backend services”Browse by Hub
Section titled “Browse by Hub”| Hub | Focus |
|---|---|
| Runtime and Modules | Event loop behavior, module systems, and project execution model. |
| Backend and APIs | HTTP servers, Express-style backend design, and operational concerns. |
| Tooling and Operations | Packages, scripts, configuration, and production workflow concerns. |
What This Section Covers
Section titled “What This Section Covers”- 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