约 373,000 个结果
在新选项卡中打开链接
  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

    What is Node.js? 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, …

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

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

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

    2025年7月23日 · 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 …

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

    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 …

  7. node.org

    We are huge fans of Node.js! This site is intended to be a collection of all sites, information, etc that are relevant to this awesome JavaScript Runtime Engine.

  8. What Exactly is Node.js? Explained for Beginners

    2022年12月5日 · 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.

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

  10. Express/Node introduction - Learn web development | MDN

    2025年9月11日 · Node (or more formally Node.js) is an open-source, cross-platform runtime environment that allows developers to create all kinds of server-side tools and applications in …