发布于 2017-12-17 00:55:37 | 267 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js 9.3.0 已发布,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
主要更新内容如下:
async_hooks:
console:
console.debug can now be used outside of the inspector (Benjamin Zaslavsky) #17033
deps:
module:
module.builtinModules will return a list of built in modules (Jon Moss) #16386
n-api:
add helper for addons to get the event loop (Anna Henningsen) #17109
process:
src:
embedders can now use Node::CreatePlatform to create an instance of NodePlatform (Cheng Zhao) #16981
stream:
writable.writableHighWaterMark and readable.readableHighWaterMark will return the values the stream object was instantiated with (Calvin Metcalf) #12860
Added new collaborators
maclover7 Jon Moss
guybedford Guy Bedford
hashseed Yang Guo
完整更新内容及下载地址:https://nodejs.org/en/blog/release/v9.3.0/