Comment by pooyamo Comment by pooyamo 5 hours ago 3 replies Copy Link View on Hacker News Can you create and run a service that starts when phone is turned on, with a PWA app? Usecase is a backup daemon.
Copy Link claytongulick 4 hours ago Collapse Comment - Does every app need to do this?I make lots of "real" healthcare apps that are PWAs.Much better installation and user experience, no dev cert nonsense, brain dead simple updates, no app store, etc... Reply View | 2 replies Copy Link 01HNNWZ0MV43FF 4 hours ago Parent Collapse Comment - Backup, file sync, and chat... very common and important use cases. Not everything can start with a user request. Reply View | 1 reply Copy Link Rohansi 3 hours ago Root Parent Collapse Comment - You shouldn't need a service running all the time for chat. Just use push notifications. Reply View | 0 replies
Copy Link 01HNNWZ0MV43FF 4 hours ago Parent Collapse Comment - Backup, file sync, and chat... very common and important use cases. Not everything can start with a user request. Reply View | 1 reply Copy Link Rohansi 3 hours ago Root Parent Collapse Comment - You shouldn't need a service running all the time for chat. Just use push notifications. Reply View | 0 replies
Copy Link Rohansi 3 hours ago Root Parent Collapse Comment - You shouldn't need a service running all the time for chat. Just use push notifications. Reply View | 0 replies
Does every app need to do this?
I make lots of "real" healthcare apps that are PWAs.
Much better installation and user experience, no dev cert nonsense, brain dead simple updates, no app store, etc...