-1

Possible Duplicate:
Can you do Desktop Development using JavaScript?

There are alternatives tool for build desktop app with HTML, CSS, and JS? Since Mozilla's Chromeless Browser have stopped from development, and Titanium's new version have focused only to Mobile App. Do you know what is tool that which have similar function like Chromeless/Titanium?

Community
  • 1
  • 1

1 Answers1

2

Adobe Air should be the one for you. It creates a desktop app which is basically a webkit wrapper. Then with that, you can build your app straight in HTML, CSS, JS or even Flash. It has a few set of JS API which you could learn for native operations like file access and more.

Recent versions of AIR prepackage the runtime with the app, which makes your app stand-alone and will not need the AIR platform installed on the target client.

For easy development, Aptana Studio 2 has a plugin that helps you in developing AIR apps and automates much of your AIR app building like package compiling, app previewing etc. It's quite outdated though (AIR 1.5 and AIR 2 beta) and you might want to update the SDK. Also you could Google around on how to tweak the compiler options to build a stand-alone app.

Joseph
  • 117,725
  • 30
  • 181
  • 234
  • I'm sorry I've try Adobe AIR.. And my web app is run so slower than app that I've build with chromeless. Every element that have -webkit-animate run so slow. And video flash player that I'm embedded is play slow when I try to scroll the page. – Muhammad Resna Rizki Pratama Jun 02 '12 at 09:20