Node.js v7.7.3 (Current) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
本次更新内容如下:
module: The module loading global fallback to the Node executable's directory now works correctly on Windows.
net: Socket.prototype.connect now once again functions without a callback.
url: URL.prototype.origin now properly specified an opaque return of 'null' for file:// URLs.
软件详情:https://nodejs.org/en/blog/release/v7.7.3/
下载地址:https://github.com/nodejs/node/archive/v7.7.3.zip
来自:开源中国社区

