发布于 2018-01-03 00:26:40 | 144 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js v6.12.3 (LTS) 发布了,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
更新内容:
显著变化
建立
configure can now be run from any directory (Gibson Fahnestock) #17321
提交
[b1b975370f
] - benchmark,path: remove unused variables (薛定谔的猫) #15789
[ac6f345f70
] - build: allow running configure from any directory (Gibson Fahnestock) #17321
[017492eca2
] - build: add serial commas to messages in configure script (Rich Trott) #17464
[ad9a8578ee
] - build: fix test-v8 target (Michaël Zasso) #17269
[9ba35e859f
] - build: remove empty VCLibrarianTool entry (Daniel Bevenius) #17191
完整更新内容请查看发布主页。
下载地址:
Windows 32-bit Installer: https://nodejs.org/dist/v6.12.3/node-v6.12.3-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v6.12.3/node-v6.12.3-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v6.12.3/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v6.12.3/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v6.12.3/node-v6.12.3.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v6.12.3/node-v6.12.3-darwin-x64.tar.gz