Node.js is a runtime that lets you run JavaScript outside the browser — on servers, CLIs, and tooling. It's built on Chrome's V8 engine and adds a non-blocking, event-driven I/O model designed for scalable network applications.
The core idea: single-threaded, non-blocking I/O
fs = ();
fs.(, , {
.();
});
.();
