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...
I believe Chrome apps can use Native Client, if you want to message between a C/C++ module and your web application. And of course there are increasingly mature tools for compiling C++ to some subset of JavaScript.
https://developers.google.com/native-client/
If you could run a c++/java app in the background and make RPCs to it from browser events, that would be closer...