Node.js v8.6.0 发布,添加内置 http2 实验支持

发布时间: 浏览次数:2577次

Node.js v8.6.0 发布了。Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。该版本更新内容如下:

  • crypto

    • Support for multiple ECDH curves. #15206

  • dgram

    • Added setMulticastInterface() API. #7855

    • Custom lookup functions are now supported. #14560

  • 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

更多内容请查看发行说明

下载地址: