vote up 12 vote down star
2

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.

flag

8 Answers

vote up 7 vote down check

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

link|flag
vote up 8 vote down

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.

link|flag
Instead of Prism you could use Google Chrome and then you could use the built in Google Gears support for offline storage. – Sam Hasler Sep 20 '08 at 22:32
vote up 2 vote down

Google Gears. There's also Mozilla's XUL, but it's too bit complicated, IMHO (albeit extremely powerful).

link|flag
vote up 2 vote down

There's SpiderMonkey, a JavaScript engine written in C and Rhino, an implementation of JavaScript in Java.

link|flag
vote up 1 vote down

Script# has extensions for Vista Gadgets.

http://projects.nikhilk.net/ScriptSharp/

link|flag
Script#....eewwww. :) – Jason Bunting Sep 26 '08 at 15:37
vote up 1 vote down

You can make a desktop application using XML and javascript (and/or VBS) using the Windows Script host.

The trick is to save your XML file with a .hta extension. See this reference.

link|flag
I forgot about this, I'll have to try it out a little bit more. Thanks! – Chris Pietschmann Sep 22 '08 at 20:37
It would be nice if it could be compiled too. – Chris Pietschmann Sep 22 '08 at 20:38
true... maybe under .NET? I haven't tried it tho as I stopped using windows way back, but it may be worth looking up – dsm Sep 22 '08 at 20:41
can't find anything like it in MSDN. Then again, I probably didn't look hard enough – dsm Sep 22 '08 at 20:48
vote up 1 vote down

There's Titanium Developer which is similar to Adobe AIR (html+css+javascript), but does not require a framework to be pre-installed.

link|flag
vote up 0 vote down

There's Yahoo's Konfabulator for the windows desktop.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.