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
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Introduction
1
+
##Introduction
2
2
3
3
node-webkit is an app runtime based on `Chromium` and `node.js`. You can
4
4
write native apps in HTML and Javascript with node-webkit. It also lets you
@@ -9,15 +9,15 @@ It's created and developed in Intel Open Source Technology Center.
9
9
10
10
[Introduction to node-webkit (slides)](https://speakerdeck.com/u/zcbenz/p/node-webkit-app-runtime-based-on-chromium-and-node-dot-js).
11
11
12
-
# Features
12
+
##Features
13
13
14
14
* Apps written in modern HTML5, CSS3, JS and WebGL.
15
15
* Complete support for [Node.js APIs](http://nodejs.org/api/) and all its [third party modules](https://npmjs.org).
16
16
* Good performance: Node and WebKit runs in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other;
[Looking for older versions?](https://github.com/rogerwang/node-webkit/wiki/Downloads-of-old-versions)
31
31
32
+
###Demos and real apps
32
33
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).
33
34
34
-
# Quick Start
35
+
##Quick Start
35
36
36
37
Create `index.html`:
37
38
@@ -72,7 +73,7 @@ $ ./nw app.nw
72
73
73
74
Note: on Windows, you can drag the `app.nw` to `nw.exe` to open it.
74
75
75
-
# Documents
76
+
##Documents
76
77
77
78
For more information on how to write/package/run apps, see:
78
79
@@ -82,11 +83,11 @@ For more information on how to write/package/run apps, see:
82
83
83
84
And our [Wiki](https://github.com/rogerwang/node-webkit/wiki) for much more.
84
85
85
-
# Community
86
+
##Community
86
87
87
88
We use [node-webkit group](http://groups.google.com/group/node-webkit) as
88
89
our mailing list, subscribe via [node-webkit+subscribe@googlegroups.com](mailto:node-webkit+subscribe@googlegroups.com).
89
90
90
-
# License
91
+
##License
91
92
92
93
`node-webkit`'s code uses the MIT license, see our `LICENSE` file.
0 commit comments