how do you package a chrome packaged app with nodejs-webkit.
In chrome packaged apps act pretty much like native apps. But they need to be loaded within chrome or from new chrome app launcher.
However, nodejs-webkit (need name change name sucks..) allows you to do standalone apps. Which is great for web apps. But can you do the same with chrome apps.
Chrome apps have 1 advantage over webapps. They can use chrome app apis. Which is great. If you can do this then you would have many possibilities!!! api that would be available to programmer would be...
-nodejs...
-dom css html js(+jquery...) webkit only apis..
-chrome app apis....
this should be doable as chromium is USEd in nodejs-webkit..