IO.js 服务器端 JS 引擎

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

io.js可以说是彻底从NodeJS里分离出来的一条分支。既然是分支,io.js便也基本兼容NodeJS的各种API,连执行指令也依旧兼容Node的 node XXX (新指令是 iojs XXX )。不过io.js采纳了最新版本的V8引擎,并也将会时刻跟进V8的更新,也因此我们可以轻松地在io.js上抢先使用那些JavaScript ECMA-262规范上的新特性。

IO.js v5.8.1-rc.1 发布
IO.js v5.8.1-rc.1 发布了,IO.js 是为 V8 引擎编写的基于事件 IO 的实现。暂无相关改进记录,持续关注请点击这里。下载地址:Source code (zip)Source code (tar.gz)

发布于 2016-03-15 00:02:30 | 178 次阅读

IO.js v3.3.1 发布,服务器 JS 引擎
IO.js v3.3.1 发布,主要更新内容如下:buffer: Fixed a minor errors that was causing crashes (Michaël Zasso) #2635,child_process: Fix error that was causing crashes (Evan Lucas) #2727crypto: Replace use of rwlocks, unsafe on Windows XP / 2003 (Ben Noordhuis) #2723libuv: Upgrade from 1.7.3 to 1.7.4 (Sa

发布于 2015-09-16 00:48:56 | 186 次阅读

Io.js v3.3.0 发布,服务器 JS 引擎
io.js v3.3.0 发布,更新内容如下:主要更新build: Add a --link-module option to configure that can be used to bundle additional JavaScript modules into a built binary (Bradley Meck) #2497docs: Merge outstanding doc updates from joyent/node (James M Snell) #2378http_parser: Significant performance impr

发布于 2015-09-03 00:52:58 | 180 次阅读

io.js 3.0.0 发布下载,服务器引擎
io.js 3.0.0 发布下载,主要更新内容如下:buffer:Due to changes in V8, it has been necessary to reimplement Buffer on top of V8's Uint8Array. Every effort has been made to minimize the performance impact, however Buffer instantiation is measurably slower. Access operations may be faster in some

发布于 2015-08-05 00:22:08 | 131 次阅读

io.js 3.0.0 RC7 发布下载,服务器引擎
io.js 3.0.0 RC7 发布下载:https://github.com/nodejs/io.js/archive/v3.0.0-rc.7.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)

发布于 2015-08-04 07:29:54 | 140 次阅读

io.js 2.5.0 发布,服务器 JS 引擎
io.js 2.5.0 发布,此版本值得关注的改进:https: TLS sessions in Agent are reused (Fedor Indutny) #2228src: base64 decoding is now 50% faster (Ben Noordhuis) #2193npm: Upgraded to v2.13.2, release notes can be found in https://

发布于 2015-07-29 08:00:25 | 151 次阅读

io.js 3.0.0 RC5 发布,服务器引擎
io.js 3.0.0 RC5 发布,此版本现已提供下载:https://github.com/nodejs/io.js/archive/v3.0.0-rc.5.zip 详细改进内容请看:https://github.com/nodejs/io.js/compare/v3.0.0-rc.5...masterIO.js 是为 V8 引擎编写的基于事件 IO 的实现。构建

发布于 2015-07-25 00:27:03 | 132 次阅读

io.js 3.0.0 RC4 发布,服务器引擎
io.js 3.0.0 RC4 发布,更新内容请查看:https://github.com/nodejs/io.js/compare/master...v3.0.0-rc.4下载地址:Source code (zip)

发布于 2015-07-23 00:24:30 | 186 次阅读

io.js 2.4.0 发布,服务器 JS 引擎
io.js 2.4.0 发布,此版本值得关注的更新内容如下:src:添加了 --track-heap-objects flag #2135.readline:修复了一个影响 repl 的 bug  #2107.npm:升级至 npm v2.13.0,详情请看 https://github.com/npm/npm/releases/tag/v2.13.0 (Forrest L Norvell) #2152.下载:https://github.com/nodejs/io.js/archive/v2.4.

发布于 2015-07-18 23:57:46 | 157 次阅读

io.js 3.0.0 RC3 发布,服务器引擎
io.js 3.0.0 RC3 发布,此版本更新内容请看:https://github.com/nodejs/io.js/compare/v3.0.0-rc.3...master 下载:https://github.com/nodejs/io.js/archive/v3.0.0-rc.3.zip 

发布于 2015-07-13 07:32:31 | 136 次阅读

io.js 2.3.4/1.8.4 发布,服务器 JS 引擎
io.js 2.3.4 发布,值得关注的改进如下:openssl:升级至 OpenSSL 1.0.2d,修复 CVE-2015-1793 (Alternate Chains Certificate Forgery) (Shigeki Ohtsu) #2141npm:升级至 npm v2.12.1,发行说明请看:https://github.com/npm/npm/releases/tag/v2.12.0 和 https://github.com/npm/npm/releases/tag/v2.12.1 (Kat Marchán)

发布于 2015-07-10 04:18:35 | 188 次阅读

io.js 2.3.3/1.8.3 发布,服务器 JS 引擎
io.js 2.3.3 发布,此版本值得关注的改进:deps: 修复 utf8 解码器带外数据的编写,这是非常重要的安全更新,这个问题可以导致拒绝服务攻击下载:https://github.com/nodejs/io.js/archive/v2.3.3.zip。同时发布了 io.js 1.8.3,详细改进内容请看这里:https://github.com/nodejs/io.js/compare/v1.8.3...master。下载:htt

发布于 2015-07-05 07:31:33 | 199 次阅读

io.js 2.3.2 发布,服务器 JS 引擎
io.js 2.3.2 发布,此版本值得关注的改进:构建:支持使用 Microsoft Visual C++ 2015 编译Started building and distributing headers-only tarballs along with binaries下载:https://g

发布于 2015-07-03 00:20:00 | 86 次阅读

io.js v3.0.0-rc1 发布,服务器 JS 引擎
io.js v3.0.0-rc1 发布,更新说明暂未找到,请关注软件的更新日志。该版本下载:Source code (zip) IO.js 是为 V8 引擎编写的基于事件 IO 的实现 

发布于 2015-06-30 23:52:00 | 155 次阅读

io.js 2.3.1 发布,服务器 JS 引擎
io.js 2.3.1 发布,值得关注的更新内容:module: The number of syscalls made during a require() have been significantly reduced again (see #1801 from v2.2.0 for previous work), which should lead to a performance improvement (Pierre Inglebert) #1920.npm:Upgrade to v2.11.2 (Rebecca Turner) #

发布于 2015-06-23 10:49:39 | 155 次阅读

io.js 2.3.0 发布,服务器 JS 引擎
io.js 2.3.0 发布,值得关注的改进:libuv: Upgraded to 1.6.0 and 1.6.1, see full ChangeLog for details. (Saúl Ibarra Corretgé) #1905 #1889. Highlights include:Fix TTY becoming blocked on OS XFix UDP send callbacks to not to be synchronousAdd uv_os_homedir() (exposed as os.homedir(), see b

发布于 2015-06-14 00:00:31 | 198 次阅读

IO.js 2.2.1 发布,服务器 JS 引擎
IO.js 2.2.1 发布,现已提供下载:io.js-2.2.1.zip值得关注的变化如下:http: reverts the removal of an undocumented client property on client connections, this property is being used in the wild, most notably by request which is used by npm. (Michaël Zasso) #1852.更多内容请查

发布于 2015-06-01 10:26:32 | 96 次阅读

io.js 2.2.0 发布,服务器 JS 引擎
io.js 2.2.0 发布,此版本值得关注的改进如下:node: Speed-up require() by replacing usage of fs.statSync() and fs.readFileSync() with internal variants that are faster for this use-case and do not create as many objects for the garbage collector to clean up.  #1801.node: Resolut

发布于 2015-06-01 00:02:02 | 115 次阅读

io.js 2.1.0 发布,服务器 JS 引擎
io.js 2.1.0 发布,此版本值得关注的改进:crypto: Diffie-Hellman key exchange (DHE) parameters ('dhparams') must now be 1024 bits or longer or an error will be thrown.  #1739.node: A new --trace-sync-io command line flag will print a warning and a stack trace whenever a sy

发布于 2015-05-25 00:01:20 | 140 次阅读

io.js 2.0.2 发布,服务器 JS 引擎
io.js 2.0.2 发布,此版本值得关注的改进如下:win,node-gyp: the delay-load hook for windows addons has now been correctly enabled by default, it had wrongly defaulted to off in the release version of 2.0.0 (Bert Belder) #1433os: tmpdir()'s trailing slash stripping has been refin

发布于 2015-05-17 01:22:26 | 145 次阅读

使用iojs的jsdom库实现同步系统时间
本篇内容主要为大家讲解的是使用iojs的jsdom库实现同步系统时间。感兴趣的同学可以参考学习下,具体内容如下:

发布于 2017-02-03 13:17:17 | 82 次阅读

io.js入门
本文为大家讲解的是一篇io.js入门,IO.js 是为 V8 引擎编写的基于事件 IO 的实现。是从node.js里分离出来的一条分支,感兴趣的同学参考下。

发布于 2015-01-14 14:53:11 | 398 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务