About 324,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 Tutorial - W3Schools

    Node.js is a free, open source tool that lets you run JavaScript outside the web browser. With Node.js, you can build fast and scalable applications like web servers, APIs, tools, and more.

  3. Learn Node.js

    Welcome to the Node.js learning resources. Whether you're just getting started or looking to deepen your knowledge, these guides cover everything from the basics to advanced topics.

  4. Download | Node.js

    Mar 1, 2020 · Download the Node.js source code or a pre-built installer for your platform, and start developing today. Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

  5. Node.js · GitHub

    Node.js® is a free, open-source, cross-platform JavaScript run-time environment— that lets developers write command line tools and server-side scripts outside of a browser.

  6. npm | Home

    We offer those to the community for free, but our day job is building and selling useful tools for developers like you. Get started today for free, or step up to npm Pro to enjoy a premium JavaScript …

  7. Node.js Introduction - W3Schools

    Node.js Versions & LTS: Node.js releases a new major version every six months. For stability, use an LTS (Long Term Support) version for production projects.

  8. Releases · nodejs/node - GitHub

    Contribute to nodejs/node development by creating an account on GitHub.

  9. node.org

    Node.js is a JavaScript runtime. It is built on Google's Chrome V8 open-source JavaScript engine. It uses an event-driven, non-blocking I/O model. It primarily uses the npm package ecosystem. Latest …

  10. What is Node? - GeeksforGeeks

    Jul 23, 2025 · Node is an open-source, server-side JavaScript runtime environment built on the V8 engine. It allows developers to execute JavaScript code outside of a web browser, enabling the …