Hacker News new | ask | show | jobs
by zeveb 3926 days ago
> The only time you really need an app is for CPU-intensive work or accessing hardware.

Or when you want to own your own data, or work offline…

2 comments

Sites can definitely work offline using the new Service Worker system: http://www.html5rocks.com/en/tutorials/service-worker/introd.... Try this example: https://voice-memos.appspot.com.
Between Application Cache and various data storage solutions (local storage, the File API, etc), webapps can do that.

https://unhosted.org/