Actually the kernel is webkit. Usually choose to embed a webkit as the browser. For example, the Qt framework includes QtWebkit, and wxWidget also has corresponding ones.
It is not a good idea to embed chrome directly, but it is possible to embed chromium.
I haven’t tested it myself, but this should be what you want: https://code.google.com/p/chromiumemb...
If you use node programming, you can use node-webkit. nw can package your local html and js into an application (including webkit core) and open it as a desktop application.
Packaging nw applications is very convenient. Here is a brief PPT introduction: https://speakerdeck.com/zcbenz/node-w...
Actually the kernel is webkit. Usually choose to embed a webkit as the browser. For example, the Qt framework includes QtWebkit, and wxWidget also has corresponding ones.
It is not a good idea to embed chrome directly, but it is possible to embed chromium.
I haven’t tested it myself, but this should be what you want: https://code.google.com/p/chromiumemb...
If you use node programming, you can use node-webkit. nw can package your local html and js into an application (including webkit core) and open it as a desktop application.
Packaging nw applications is very convenient. Here is a brief PPT introduction: https://speakerdeck.com/zcbenz/node-w...
Project homepage: https://github.com/rogerwang/node-web...
Add that appjs is a good thing
http://appjs.org/
chromiumembedded:
A simple framework for embedding chromium browser windows in other applications.
http://code.google.com/p/chromiumembe...