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