Y
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
owencm
3926 days ago
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
.
link
icebraining
3926 days ago
Between Application Cache and various data storage solutions (local storage, the File API, etc), webapps can do that.
https://unhosted.org/
link