|
|
|
|
|
by fat0wl
4590 days ago
|
|
yeah this is close.... i just wish that it could be a layer on top of C++ or Java rather than js only. The point is that I want to make an app as powerful as a desktop app, just with this type of UI. If you could run a c++/java app in the background and make RPCs to it from browser events, that would be closer... |
|
https://github.com/rogerwang/node-webkit
It's basically Chromium on top of nodejs. Then you can mix your C++ code with nodejs via addons.
http://nodejs.org/api/addons.html