Sahkan Posted April 21, 2015 Share Posted April 21, 2015 I need to have the ability to access files in the client side ( so i need to use a framework like PhoneGap for the API ) However, phonegap works only for Mobile and not for desktop, what is the standard these days of doing this kind of things ? i'm sure i'm not the first one to do it. Quote Link to comment Share on other sites More sharing options...
JakeCake Posted April 21, 2015 Share Posted April 21, 2015 I use node-webkit for desktops. If you use Gulp it is really easy with https://github.com/mllrsohn/node-webkit-builder Node-webkit uses the same engine as the Chrome browser and it can use all functions of node.js. So you can access client system data directly in javascript. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.