0
It is possible to make desktop application with only javascrpit
7 Respuestas
+ 7
You can do almost anything with JS nowadays so the answer is yes.
Lately electron framework has gained some popularity. It is used for creating cross platform apps using only JavaScript, HTML and CSS. One of the apps built with electron is the Atom editor.
+ 6
Yes. Your choices to make a desktop application with JavaScript would either be through using Node.js or Meteor.js.
+ 2
Nope. don't think so.
you'll need an interpreter to run JavaScript. this is included in the browser. never heard of a stand-alone version.
on the other hand: node.js runs outside a browser, but it's for servers and you still need additional software.
+ 2
With Electron and Nodejs, now you could convert Html/Javascript to desktop exe.
+ 2
never do it before
0
thanks
0
Guess its possible with Node js and frameworks...
(already seen some that can convert your html/css/js into some kind of app -electron , it uses v8 to interpet your code )