About 214,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. Downloading and installing Node.js and npm - npm Docs

    We strongly recommend using a Node version manager like nvm to install Node.js and npm. We do not recommend using a Node installer, since the Node installation process installs npm in a directory …

  3. Node.js - Wikipedia

    Node.js lets developers use JavaScript to write command line tools and server-side scripting. The ability to run JavaScript code on the server is often used to generate dynamic web page content before the …

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

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

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

  7. 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 modules. Visual Studio Code has support for …

  8. Node.js Tutorial - GeeksforGeeks

    Mar 7, 2026 · Node.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine. It enables developers to run JavaScript outside the browser to build fast, scalable server-side …

  9. Install Node.js - JavaScript Tutorial

    If you type node, it will launch a REPL and put you in an interactive JavaScript environment. In this interactive mode, you can execute any valid JavaScript code.

  10. 【2026 最新版】Node.js安装及环境配置超详细教程(以win11为例子)

    前言Node.js 是前端开发和 AI 智能体(如 Claude Code)运行的必备环境。很多同学安装时只是“一路 Next”,结果导致: C 盘空间爆炸:所有依赖包默认都装在 C 盘。下载速度慢:没配置国内镜像源, …