+ 5
Has any one created desktop application using HTML, CSS, JavaScript, PHP and mysql? How?
desktop application
6 Respuestas
+ 7
I have not, but I tried making it on Android it worked 50%, Not literally an app, but it can be applied to my android so technically it is an application
+ 4
I have done that a billing software, but it need a local server.
+ 2
You can convert your web app to desktop app using electron or nw.js
+ 2
@Calvin thanks. I once gave a try using electron but could not make it.
+ 2
@sonam
It's real easy to do, if you already have the web app. You just need node.js and install electron or nw, follow few steps, you would have your desktop program created in no time.
Make sure that your node.js is updated.
0
For a beginner who never coded before Is it better to learn Electron or to use Native languages like Swift & C#? I want create desktop app for both windows / mac.