You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: faq.html
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,18 @@
28
28
29
29
<h1class="heading">FAQ</h1>
30
30
31
-
<h2>
32
-
What is io.js?
33
-
</h2>
34
-
<p>
35
-
<ahref="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform that is compatible with <ahref="https://nodejs.org/">Node.js</a> & <ahref="https://www.npmjs.org/">npm</a>.
36
-
</p>
37
-
31
+
<h2id="what-is-io-js-">What is io.js?</h2>
32
+
<p><ahref="https://github.com/iojs/io.js">io.js</a> is a JavaScript platform build on <ahref="http://code.google.com/p/v8/">Chrome's V8 runtime</a>. This project began as a fork of <ahref="https://nodejs.org/">Joyent's Node.js™</a> and is compatible with
33
+
the <ahref="https://www.npmjs.org/">npm</a> ecosystem.</p>
34
+
<p>Why? io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries.</p>
35
+
<p>This project aims to continue development of io.js under an "
36
+
<ahref="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">open governance model</a>" as opposed to corporate stewardship.</p>
37
+
38
+
<h2id="version-1-0-x-">Version 1.0.x?</h2>
39
+
<p>io.js has moved to <ahref="http://semver.org/">Semver</a>. The choice to release as 1.0.x was not to signify
40
+
that io.js should be considered production-ready, but because it was a significant enough release
41
+
from Node.js™ to warrant a major version increment.</p>
42
+
<p>Our <ahref="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">CHANGELOG</a> for v1.x provides a <ahref="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md#summary-of-changes-from-nodejs-v01035-to-iojs-v100">summary of changes from Node.js v0.10.35 to io.js v1.0.x</a>.</p>
0 commit comments