Hacker News new | ask | show | jobs
Ask HN: How can I make web app work offline too
1 points by mhrnik 606 days ago
I am working on a finance web app and want to offer complete offline support to users who prefer that. Any pointers on how to do it?
1 comments

Create a PWA and use a service worker to cache the content. It is like twitter web that can be installed