5 ms·
> PWAs And I wonder when can we stop lying to ourselves pretending "web"-apps are real (native) apps?
by _imnothere 11mo ago
> PWAs
And I wonder when can we stop lying to ourselves pretending "web"-apps are real (native) apps?
- llbbdd 11mo agoWhy?
- pooyamo 11mo agoCan you create and run a service that starts when phone is turned on, with a PWA app? Usecase is a backup daemon.
- claytongulick 11mo agoDoes 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...
- 01HNNWZ0MV43FF 11mo agoBackup, file sync, and chat... very common and important use cases. Not everything can start with a user request.
- Rohansi 11mo agoYou shouldn't need a service running all the time for chat. Just use push notifications.