Hacker News new | ask | show | jobs
by WesleyJohnson 5676 days ago
Websites require servers to operate, 'apps' do not necessarily have this same requirement. You can certainly create a standalone app in Google Chrome that I wouldn't classify as an extension because it neither augments existing website(s) or the browsing experience.

For example, I was working on a finance management app in Chrome along the lines of Quicken or MsMoney. The 'app' used plain HTML, jQuery and local storage to function and save your transactions. No server is needed in this scenario and I surely wouldn't call this a website or an extension.

1 comments

> 'apps' do not necessarily have this same requirement

But a great many do. Many of the 'apps' on Google's web store are literally just normal web apps doing their normal thing, expect that Google is presenting them as though they don't work in anything but Chrome.

> No server is needed in this scenario

Where is the html/etc hosted?