約 3,630,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 - Wikipedia

    Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and …

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

  4. Releases · nodejs/node - GitHub

    Node.js JavaScript runtime 🐢🚀 . Contribute to nodejs/node development by creating an account on GitHub.

  5. NodeJS Fundamentals: JavaScript runtime - DEV Community

    2025年6月21日 · The “JavaScript runtime” isn’t just V8, the JavaScript engine powering Node.js. It’s the entire environment that executes JavaScript code, encompassing V8, the Node.js core …

  6. What is Node.js? A beginner's introduction to JavaScript runtime

    2025年10月31日 · Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser. Node.js is popular among beginners …

  7. NodeJS Introduction - GeeksforGeeks

    2025年9月17日 · NodeJS is a runtime environment for executing JavaScript outside the browser, built on the V8 JavaScript engine. It enables server-side development, supports asynchronous, …

  8. What Is Node.js? (Definition, Importance, Framework) | Built In

    2025年6月3日 · Summary: Node.js is an open-source, cross-platform JavaScript runtime environment powered by the V8 JavaScript engine. It enables fast, scalable server-side …

  9. What Is Node.js and Why You Should Use It - Kinsta

    2025年10月1日 · Later came Node.js, which is a run-time environment that includes everything required to execute a program written in JavaScript. Node.js is a single-threaded, open-source, …

  10. What is Node.js? The JavaScript Runtime Explained for Beginners

    2025年1月11日 · Node.js is an open-source runtime environment that allows developers to use JavaScript for server-side scripting. Though JavaScript commonly runs client-side in the …