发布于 2017-09-27 00:18:53 | 204 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node.js v8.6.0 发布了。该版本更新内容如下:
crypto
Support for multiple ECDH curves. #15206
dgram
n-api
The command-line flag is no longer required to use N-API. #14902
tls
Docs-only deprecation of parseCertString()
. #14245
New Contributors
Welcome Sebastiaan Deckers (@sebdeckers) as a new Collaborator! #15354
更多内容请查看发行说明。
下载地址: