About 31,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. What is Node.js JavaScript Runtime and why does it randomly ... - Reddit

    Nov 6, 2022 · I noticed this being in my task manager after getting creative cloud, but now every now and then 1 of the Node.js JavaScript Runtimes will pin my disk at 100% usage for a …

  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. 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 …

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

    Oct 1, 2022 · Node.js is a lean, fast, cross-platform JavaScript runtime environment that is useful for both servers and desktop applications. Scalability, latency, and throughput are key …

  6. 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 …

  7. Node.js - Server-Side JavaScript Runtime

    Comprehensive Node.js guide with tutorials, API documentation, and interactive playground. Learn server-side JavaScript development with Node.js.

  8. What is Node.js? A beginner's introduction to JavaScript runtime

    Oct 31, 2025 · Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside a web browser. This feature allows developers to use …

  9. What is Node.js? The JavaScript Runtime Explained for Beginners

    Jan 11, 2025 · Node.js is an open-source runtime environment that allows developers to use JavaScript for server-side scripting. Though JavaScript commonly runs client-side in the …

  10. What is NodeJS? The JavaScript Engine and Runtime Explained …

    Jul 17, 2023 · What is a JavaScript Runtime? A runtime is a place or environment where your code executes. It is not the thing running the code itself (this is the engine) but rather an …