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.
提升了所有平台的性能和穩定性