The node-webkit tag has no wiki summary.
2
votes
1answer
190 views
How can I keep Web services requests in a DAO layer without tying the code to the DOM?
I'm working on a single page application on the node-webkit desktop app platform, which means 99.9% of all of the logic is written in JavaScript. Since this is a reboot of a project we're working on, ...