io.js 2.3.2 发布,服务器 JS 引擎

jopen 9年前

io.js 2.3.2 发布,此版本值得关注的改进:

  • 构建:

    • 支持使用 Microsoft Visual C++ 2015 编译

    • Started building and distributing headers-only tarballs along with binaries

下载:https://github.com/nodejs/io.js/archive/v2.3.2.zip

IO.js 是为 V8 引擎编写的基于事件 IO 的实现。

构建要求:

* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)