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.