views:

77

answers:

1

I have a particular web application that like most others, has to account for different browsers. It's starting to become particularly unwieldy and we've considered just telling users not to use IE so we can be done with it (it's an internal app - we can do this).

When I was setting up a Google Apps account, I noticed that you can provide a link to your users that will essentially "deploy" the Google Applications (Mail, Docs, Calendar, etc.) to a user's machine. It looks like it installs a cut-down version of Chrome to run these web apps inside toolbar-less Chrome windows.

We are now wondering whether it's possible to "deploy" our web app in a similar way. Could we provide an installer that does a similar thing as the Google Apps installer? That is:

  • Install Chrome
  • Setup a Chrome application shortcut to go to our web app (it's just a shortcut to Chrome with an --app parameter)

Has anyone considered this or better yet, have you done it? Can it even be done?

Update: It seems you may be able to run the standalone installer in silent mode to do step one.

Update 2: Or not.

+1  A: 

Adobe's Air is based off webkit (like chrome) and will allow you ship your web application as a windows or mac application. Since it is webkit your site should render very similar to how it does in chrome.

http://www.adobe.com/products/air/?promoid=3tv350_5135L

You should also check out titanium, it does something very similar:

http://www.appcelerator.com/

sammcd
I have actually seen titanium - it looks good.I hadn't thought about Adobe Air, thanks for that. Given that we'd still be hosting the application on our servers, we wouldn't actually want to deploy anything other than a consistent browser environment.
Damovisa
Interesting. I just now understood that. Have looked at Fluid (http://fluidapp.com/) for mac users? Also possibly mozilla prism (https://mozillalabs.com/blog/2007/10/prism/). I use fluid, and it would work great for this, but the problem is it is mac only. I think prism is pretty similar, but I have never tried it.
sammcd
Windows machines unfortunately :(
Damovisa