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
node-webkit is an app runtime based on `Chromium` and `node.js`. You can
4
-
write native apps in HTML and JavaScript with node-webkit. It also lets you
8
+
NW.js is an app runtime based on `Chromium` and `node.js`. You can
9
+
write native apps in HTML and JavaScript with NW.js. It also lets you
5
10
call Node.js modules directly from the DOM and enables a new way of writing
6
11
native applications with all Web technologies.
7
12
8
-
It's created and developed in the Intel Open Source Technology Center.
13
+
It was created in the Intel Open Source Technology Center.
9
14
10
15
[Introduction to node-webkit (slides)](https://speakerdeck.com/u/zcbenz/p/node-webkit-app-runtime-based-on-chromium-and-node-dot-js)
11
16
[Creating Desktop Applications With node-webkit](http://strongloop.com/strongblog/creating-desktop-applications-with-node-webkit/)
@@ -21,14 +26,13 @@ It's created and developed in the Intel Open Source Technology Center.
21
26
* Available on Linux, Mac OS X and Windows
22
27
23
28
## Downloads
24
-
***v0.11.3:** (Dec 16, 2014, based off of Node v0.11.13, Chromium 38.0.2125.104): [release notes](https://groups.google.com/d/msg/node-webkit/7zl5_LcPhFk/R3YjrZUqepIJ)
* Mac 10.7+: [32bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-osx-ia32.zip) / [64bit](http://dl.node-webkit.org/v0.11.3/node-webkit-v0.11.3-osx-x64.zip)
29
+
***v0.12.0:** (Mar 5, 2015, based off of IO.js v1.2.0, Chromium 41.0.2272.76): [release notes](https://groups.google.com/d/msg/nwjs-general/NJA-Up4MFug/1jmBPjzklSUJ)
* Mac 10.7+: [32bit](http://dl.nwjs.io/v0.12.0/nwjs-v0.12.0-osx-ia32.zip) / [64bit](http://dl.nwjs.io/v0.12.0/nwjs-v0.12.0-osx-x64.zip)
29
33
30
-
***0.8.6:** (Apr 18, 2014, based off of Node v0.10.22, Chrome 30.0.1599.66) **If your native Node module works only with Node v0.10, then you should use node-webkit v0.8.x, which is also a maintained branch. [More info](https://groups.google.com/d/msg/node-webkit/2OJ1cEMPLlA/09BvpTagSA0J)**
***0.8.6:** (Apr 18, 2014, based off of Node v0.10.22, Chrome 30.0.1599.66) **If your native Node module works only with Node v0.10, then you should use node-webkit v0.8.x, which is also a maintained branch. [More info](https://groups.google.com/d/msg/nwjs-general/2OJ1cEMPLlA/09BvpTagSA0J)**
You may also be interested in [our demos repository](https://github.com/zcbenz/nw-sample-apps) and the [List of apps and companies using node-webkit](https://github.com/rogerwang/node-webkit/wiki/List-of-apps-and-companies-using-node-webkit).
46
+
You may also be interested in [our demos repository](https://github.com/zcbenz/nw-sample-apps) and the [List of apps and companies using nw.js](https://github.com/nwjs/nw.js/wiki/List-of-apps-and-companies-using-nw.js).
43
47
44
48
## Quick Start
45
49
@@ -90,11 +94,12 @@ And our [Wiki](https://github.com/rogerwang/node-webkit/wiki) for much more.
90
94
91
95
## Community
92
96
93
-
We use the [node-webkit group](http://groups.google.com/group/node-webkit) as
94
-
our mailing list (use English only). Subscribe via [node-webkit+subscribe@googlegroups.com](mailto:node-webkit+subscribe@googlegroups.com).
95
-
Issues are being tracked here on GitHub.
97
+
We use the [google group](https://groups.google.com/d/forum/nwjs-general) as
98
+
our mailing list (use English only). Subscribe via [nwjs-general+subscribe@googlegroups.com](mailto:nwjs-general+subscribe@googlegroups.com).
96
99
97
-
You can chat with us on IRC in the ##node-webkit channel on irc.freenode.net
100
+
*NOTE*: Links to the old google group (e.g. `https://groups.google.com/forum/#!msg/node-webkit/doRWZ07LgWQ/4fheV8FF8zsJ`) that are no more working can be fixed by replacing `node-webkit` with `nwjs-general` (e.g `https://groups.google.com/forum/#!msg/nwjs-general/doRWZ07LgWQ/4fheV8FF8zsJ`).
101
+
102
+
Issues are being tracked here on GitHub.
98
103
99
104
## License
100
105
@@ -105,4 +110,3 @@ You can chat with us on IRC in the ##node-webkit channel on irc.freenode.net
0 commit comments