Is it currently possible to write desktop applications using javascript, html, css?
Possible solutions:
Use Adobe AIR runtime and program in js. But no, if I'm using AIR, the AS3 suites it the most. So not a good option.
GWT: No because it uses Java and then convert it to js or what ever.
Pyjamas: Interesting. But I'm currently focusing on JavaScript. So I don't want to use python and cross-compile to js.
Run a local server and use the browser in full screen mode. Sort of okay, but still its the same browser thing. And difficult to distribute.
So what is the best option? I'm excited about node.js which is the main reason for looking into JavaScript. Otherwise I would have choose python.
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|||||||||||||||||||||
|
HTML 5 gives you everything that you need to build an application that runs in the browser but without access to any live network resources. That's effectively a desktop application, and it it all JavaScript. |
|||||
|
YesI can and have used Appcelerator for doing both cross platform applications built in JavaScript / HTML and mobile applications built in JavaScript. The documentation may be a bit weak in some areas, but it's a solid platform for developing. |
|||
|
Maybe Mozilla Prism is what you are looking for?
|
|||||
|