About 280,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. Download | Node.js

    Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

  3. Node.js - Wikipedia

    Node.js allows developers to use JavaScript for writing command line tools and server-side scripting. Running Javascript on the server is commonly used to generate dynamic web page content before …

  4. Node.js Tutorial - W3Schools

    With Node.js, you can build fast and scalable applications like web servers, APIs, tools, and more. Get certified with our Node.js exam, includes a professionally curated study kit to guide you from …

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

    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 life of 8 months. …

  6. Downloading and installing Node.js and npm - npm Docs

    Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for …

  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. Node.js tutorial in Visual Studio Code

    Node.js tutorial in Visual Studio Code Node.js is a platform for building fast and scalable server applications using JavaScript. Node.js is the runtime and npm is the Package Manager for Node.js …

  9. How to Download and Install Node.js and NPM - GeeksforGeeks

    Jul 23, 2025 · To run a Node.js project on your system, you first need to install Node.js and NPM. Once installed, you can use the Node.js runtime to execute JavaScript code and NPM to manage project …

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