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

标签 javascript node.js web

根据 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/

相关文章:

linux - 在Jenkins中使用maven exec插件运行nodejs

testing - 我试图通过批处理文件打开 Jmeter,但它给了我一个 Windows 错误

web - 想抓取一个网站

javascript - DOMException : Failed to execute styleSheet. 插入规则

javascript - 通过 Node.js mysql 查询的准备语句使用多个通配符

javascript - Grunt uglify 后,Angular Controller 模块无法实例化

javascript - join() 对象属性?

html - 如何通过响应式设计阅读无响应的文本?

javascript - 无法在 extJS 窗口上设置高度

javascript - Codecademy Javascript 'this' 及解决方案