Skip to main content
Knowledge Hub

Node.js

Node.js runtime, event loop, Express.js, and building with raw Node.js

Node.js

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It enables building scalable network applications using JavaScript on the server side.

This section covers Node.js fundamentals, the event loop, Express.js framework, module resolution, package management, and building applications with raw Node.js.