|
|
|
|
|
by jacquesm
6183 days ago
|
|
Why on earth would you want your applications running locally to show in the browser, that's just another layer in between slowing things down and offering no extra level of service ? 'Applications' running on your local machine that are web centric can be reached via the localhost url, everything else knows how to talk to the display engine already (and at a much higher clip than a browser would be able to offer). |
|
There are absolutely limitations to using the browser as an interface to apps, but you gain in that "Remote Desktop" becomes trivial to implement and that you can have one expensive server and a bunch of thin-clients all over your house.
It's just the way I think it's headed, and I think that's pretty cool.