Hello, after developing a little with node-webkit i thought that some of my feedback could help (even a little) :
First the good:
- You're (in my opinion) the best around there, Adobe Air js development is horrible (no debugging tools at all), Titanium Desktop seems being abandoned, AppJS seems an amateurish effort, and i did not found any other serious solution.
- node-webkit is pretty simple to install/use and just after some minutes you're developping, which is prety great.
- taking advantage of the amazing large node-api was a smart move
Then the Bad :
- API is limited atm, however i can live with that
- Packaging into native application feels full of "hand made" step that should be automatized, if one day i choose to make an application for production, i won't choose node-webkit if i can't integrate the packaging in my build process
Finally if there is a single point where i would like node-webkit evolution, it's in debugging tools.
The debugger settings and breakpoint are not saved between 2 sessions (pretty boring), no source map (and i develop in TypeScript) and we should be able to have debugger open from se startup since we often need to catch breakpoint or want to see resource loading
However i enjoy working with your project, so keep up the good work and thanks for sharing it
François de Campredon