About 178,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 Introduction - W3Schools

    In this tutorial, you'll learn: What is Node.js? Node.js is a free, open-source JavaScript runtime that runs on Windows, Mac, Linux, and more. It lets you execute JavaScript code outside of a web browser, …

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

    Building Node.js See BUILDING.md for instructions on how to build Node.js from source and a list of supported platforms.

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

  5. Node.js Tutorial - GeeksforGeeks

    Sep 23, 2025 · Node.js is a powerful, open-source, and cross-platform JavaScript runtime environment built on Chrome's V8 engine. It allows you to run JavaScript code outside the browser, making it …

  6. How to Get Started with Node.js – Beginner's Guide to Node

    Jul 11, 2022 · In this article, we've covered Node.js from theory to practice. Although Node.js is a vast topic that you can't learn entirely from a single shorter article, I've done my best to cover some of the …

  7. Learn Node.js using Step-by-Step Tutorials

    Node.js is an open-source server side runtime environment built on Chrome's V8 JavaScript engine. It provides an event driven, non-blocking (asynchronous) I/O and cross-platform runtime environment …

  8. Download Node.js®

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

  9. Learn Node.js | Codecademy

    This course introduces server-side web development with Node.js, teaching you the core concepts and preparing you for exploring frameworks like Express.js. You’ll gain the skills needed to create …

  10. Node.js - Introduction - Online Tutorials Library

    Node.js is a cross-platform (run on Windows, Linux, Unix, macOS, and more), open-source, back-end JavaScript runtime environment, that executes JavaScript code outside a web browser.