gpt4 book ai didi

javascript - 什么是 JavaScript 运行时..?

转载 作者:IT老高 更新时间:2023-10-28 23:11:20 31 4
gpt4 key购买 nike

根据 https://nodejs.org/ 中提到的定义

Node.js is a platform built on Chrome's JavaScript run-time for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

谁能帮我理解 JavaScript 运行时 的确切含义?

最佳答案

也许它指的是 Google 的 V8 引擎。

  • 它是在浏览器中处理 JavaScript 的引擎,被 Google Chrome 使用。
  • 它是开源的。
  • 它是用 C++ 编写的。
  • 它适用于多种平台,包括移动设备和嵌入式设备。

有关详细信息,请参阅:https://code.google.com/p/v8/

如果你用谷歌搜索“chrome javascript runtime”,你会得到所有这些到 V8 的链接。

关于javascript - 什么是 JavaScript 运行时..?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30838412/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com