Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you do Desktop Development using JavaScript? [closed]

I know there's JScript.NET, but it isn't the same as the JavaScript we know from the web.

Does anyone know if there are any JavaScript based platforms/compilers for desktop development? Most specifically Windows desktop development.

like image 861
Chris Pietschmann Avatar asked Sep 20 '08 21:09

Chris Pietschmann


People also ask

Can you make a desktop application with JavaScript?

js can be used for building web, mobile, and desktop applications. Although it does not build desktop apps on its own, it can be used with Cordova or other similar tools to produce them.

Can you make a desktop app with HTML?

Electron can be used to build Desktop Apps with HTML, CSS and Javascript. Also these apps work for multiple platforms like Windows, Mac, Linux and so on. Electron Combines Chromium and NodeJS into a single Runtime. This enables Us to run the HTML, CSS and Javascript Code as a desktop application.

Can NodeJS be used for desktop application?

It's possible to use Node. js together with a web browser shell to develop cross-platform desktop applications–and games using WebGL–using HTML, CSS and JavaScript.


2 Answers

There is XULRunner, which let's you build GUI apps like Firefox using JavaScript and XUL. It has a lot of extension to JavaScript though, using XPCOM. They also offer Prism which let's you build web apps that work offline, sort of like AIR. Yahoo uses it for their Zimbra email desktop client.

like image 140
Zach Avatar answered Sep 30 '22 05:09

Zach


Yes, with Adobe AIR. Adobe AIR lets you make desktop applications with Javascript, Flex, or Flash.

like image 21
Justin Poliey Avatar answered Sep 30 '22 05:09

Justin Poliey