node.js
Node.js is a JavaScript runtime built on Chrome’s V8 engine that allows developers to execute JavaScript on the server side. It’s commonly used in web development for building scalable and high-performance applications. Node.js enables real-time communication, supports asynchronous programming, and has a rich ecosystem of packages through npm (Node Package Manager).