Mawg
Mawg

Reputation: 40155

Can, and should, I implement "desktop" apps in the browser?

I need to develop something cross-platform.

I had been considering Java but was wondering how to distribute my app in the first place and how to distribute upgrades and I go to thinking how much simpler things would be if my app were browser based.

I suppose it all depends what I want my app to do ...

Just in case of feature creep, and out of general curiosity, I wonder if anyone has any general points to make about what I can and can't do to the local PC.

Anything else? Is it a bad idea to even consider this?

Upvotes: 0

Views: 117

Answers (2)

James
James

Reputation: 4152

If you do want to develop a "desktop" app in a browser, I recommend ExtJS, a full stack javascript framework. It has a lot of rich GUI components for giving your application a desktop feel and a large, supportive community.

Upvotes: 2

Seth
Seth

Reputation: 46463

It sounds like you want air. You can do a "web app" that's pretty well platform independent and runs locally with permissions more or less like a regular application.

It also has a nice built in encrypted data store.

Upvotes: 2

Related Questions