← heapsort
DOC4

What is Node.js? JavaScript on the Server

DEV.to AIΒ·May 9, 2026

Node.js is a JavaScript runtime that enables JavaScript to run outside the browser, typically on servers and backend systems. It's crucial to understand that Node.js is neither a programming language nor a framework, but rather the environment that executes JavaScript on the server.

Read original β†—