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

    2 hours ago · 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 — 在任何地方运行 JavaScript

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

  3. Index | Node.js v25.2.1 Documentation

    Node.js v25.2.1 Other versions 25.x 24.x LTS 23.x 22.x LTS 21.x 20.x LTS 19.x 18.x 17.x 16.x 15.x 14.x 13.x 12.x 11.x 10.x 9.x 8.x 7.x 6.x 5.x 4.x 0.12.x 0.10.x Options View on single page …

  4. Node.js — Node.js Fetch

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

  5. Run Node.js scripts from the command line

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

  6. How much JavaScript do you need to know to use 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.

  7. Node.js — Introduction to TypeScript

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

  8. Usage and example | Node.js v25.2.1 Documentation

    An example of a web server written with Node.js which responds with 'Hello, World!': Commands in this document start with $ or > to replicate how they would appear in a user's terminal.

  9. Node.js 22 is now available!

    2 hours ago · Node.js 22 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months. We encourage you to explore the new features and …

  10. Collecting code coverage in Node.js

    Let's walk through a simple example to demonstrate how code coverage works in Node.js. Note: This example, and all other ones in this file, are written using CommonJS.