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
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,14 @@ From NodeJS code, you can manipulate DOM or run Javascript in DOM context as wel
36
36
Dependencies
37
37
============
38
38
39
-
A patched version of WebKit (libwebkitnode) is need to make this possible. The source of libwebkitnode is at:
39
+
A patched version of WebKit (libwebkitnode) is need to make this possible. Prebuilt binaries for Debian and Ubuntu can be downloaded from:
40
40
41
-
https://github.com/rogerwang/WebKit
41
+
deb http://libwebkitnode.s3.amazonaws.com/ dist/
42
+
43
+
where "dist" can be "unstable" for Debian sid, or "natty", "oneiric" for Ubuntu.
44
+
45
+
The source of libwebkitnode is provided in patches directory. We hope git repo will be available soon.
42
46
43
-
Prebuilt binaries for Debian and Ubuntu can be downloaded from:
44
47
45
48
Intallation
46
49
===========
@@ -62,4 +65,20 @@ How it works
62
65
63
66
* WebKitGtk's (glib based) main loop is merged with libev's main loop in NodeJS (Thanks to the code from node-gtk and EV::Glib project), so they can run in the same process.
64
67
65
-
* WebKit is patched so we can switch the Javascript engine from jsc to V8, and then the V8 context is merged (actually bridged) with the context from NodeJS. This makes NodeJS functions accessiable in web page. (Thanks to Nayan Kumar for the webkit-v8 work)
68
+
* WebKit is patched so we can switch the Javascript engine from jsc to V8, and then the V8 context is merged (actually bridged) with the context from NodeJS. This makes NodeJS functions accessiable in web page. (Thanks to Nayan Kumar for the webkit-v8 work)
69
+
70
+
Community
71
+
=========
72
+
73
+
Welcome to join the discussion in our mailing list:
74
+
75
+
node-webkit@googlegroups.com
76
+
77
+
http://groups.google.com/group/node-webkit
78
+
79
+
subscribe via mailto:node-webkit+subscribe@googlegroups.com
80
+
81
+
Our vision
82
+
==========
83
+
84
+
We believe that the async I/O framework in NodeJS and the Javascript programming language is a perfect combination for client (mobile) side applications. By bringing WebKit to NodeJS, a new way is avaliable to write applications with web technology. We'll contintue our development and support for this runtime. More platform and applications will be enabled.
0 commit comments