Io.js是基于Node.js的npm兼容平台。io.js团队正在加速开发,现最新版本已升级到v3.3.1,并提供Nightly测试版本。
基本介绍
- 外文名:io.js
- 发行时间:2015年1月
- 类别:JavaScript工具
构建要求
* `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)
语言特性
从 Node.js v0.10.35 以来的常规改进如下:
- 动态升级绑定 io.js 的 V8 JavaScript 引擎,从 3.14.5.9 in Node.js v0.10.35 和 3.26.33 in Node.js v0.11.14 升级到 3.31.74.1 for io.js v1.0.0。这样大大提升了系统的性能,额外支持 ES6 语言特性!更多内容请看the io.js ES6 page。
- 升级了其他绑定技术:
- c-ares: 1.9.0-DEV to 1.10.0-DEV
- http_parser: 1.0 to 2.3
- libuv: 0.10.30 to 1.2.0
- npm: 1.4.28 to 2.1.18
- openssl: 1.0.1j to 1.0.1k
- punycode: 1.2.0 to 1.3.2.
提升了所有平台的性能和稳定性