About 3,440,000 results
Open links in new tab
  1. Node.js — Run JavaScript Everywhere

    Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

  2. Node.js - Wikipedia

    Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and …

  3. What Exactly is Node.js? Explained for Beginners

    Dec 5, 2022 · Node.js is a JavaScript runtime environment: When you write JavaScript code in your text editor, that code cannot perform any task unless you execute (or run) it.

  4. What is Node.js? The JavaScript runtime explained - InfoWorld

    Oct 1, 2022 · Node.js is a JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node.js …

  5. GitHub - nodejs/node: Node.js JavaScript runtime

    Node.js releases a new major version every 6 months, allowing for breaking changes. This happens in April and October every year. Releases appearing each October have a support …

  6. Node.js - Server-Side JavaScript Runtime

    Getting Started Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to use JavaScript for server-side scripting.

  7. NodeJS Fundamentals: JavaScript runtime - DEV Community

    Jun 21, 2025 · The “JavaScript runtime” isn’t just V8, the JavaScript engine powering Node.js. It’s the entire environment that executes JavaScript code, encompassing V8, the Node.js core …

  8. What is Node.js JavaScript Runtime and why does it randomly ... - Reddit

    Nov 6, 2022 · What is Node.js JavaScript Runtime and why does it randomly use 100% of my disk at random? I noticed this being in my task manager after getting creative cloud, but now every …

  9. The Node.js Runtime Environment | Learn Backend

    Jan 1, 2025 · Node.js is a runtime environment built on Google's V8 JavaScript engine that allows developers to interpret and execute JavaScript code directly from the command-line interface …

  10. How Node.js Works? - GeeksforGeeks

    Aug 23, 2025 · Node.js is a powerful, event-driven runtime environment that allows you to run JavaScript code outside the browser, primarily on the server side. Unlike traditional server-side …