约 133,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. JavaScript Engine and Runtime Explained - freeCodeCamp.org

    2024年1月16日 · A JavaScript (JS) runtime is a comprehensive environment that enables the execution of JavaScript code. It consists of various components working together to facilitate the execution of …

  3. Bun — A fast all-in-one JavaScript runtime

    2010年1月3日 · Bundle, install, and run JavaScript & TypeScript — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner, and npm client built-in.

  4. List of JavaScript runtimes - 2025 - DEV Community

    2025年1月17日 · Bun https://bun.sh/ Engine: JavaScriptCore Features: Extremely fast runtime. Integrated bundler, transpiler, and package manager. Built-in support for popular APIs like fetch and …

  5. Deno, the next-generation JavaScript runtime

    Deno is the open-source JavaScript runtime for the modern web. Built on web standards with zero-config TypeScript, unmatched security, and a complete built-in toolchain.

  6. 9 Best JavaScript Runtime Environments for Better Code Execution

    2024年12月28日 · A JavaScript runtime environment is software/ platform that offers the tools/ libraries/ infrastructure needed to execute JavaScript code on a computer. The runtime environment …

  7. Awesome JavaScript Runtimes - GitHub

    A curated list of JavaScript/ECMAScript runtimes, app frameworks, and engines.

  8. Introduction to JavaScript Runtime Environments | Codecademy

    Front-end JavaScript applications are executed in a browser’s runtime environment and have access to the window object. Back-end JavaScript applications are executed in the Node runtime environment …

  9. What is a JavaScript runtime environment - Accreditly

    2024年5月30日 · But what exactly is a JavaScript runtime environment, and why is it essential for modern web development? This article will explore the concept of a JRE, its components, and its …

  10. JavaScript execution model - JavaScript | MDN - MDN Web Docs

    2025年11月7日 · This page introduces the basic infrastructure of the JavaScript runtime environment. The model is largely theoretical and abstract, without any platform-specific or implementation-specific …