@lnxist Might help if you define or expand the acronym. I have no clue what a PWA means in this context.
@freemo A PWA being a "Progressive Web Application" https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
@lnxist So like its open-source for poor people but rich people gotta pay to use it? ;)
@freemo It's a way to make a web app behave like a "native" application. The qoto.org site is PWA-compliant, which is how I am using it to get things like push notifications.
@freemo The offline bit is one of the main features of PWAs, they cache the application so if you go offline it can still serve whatever cached data it had when it was last online. It has different caching strategies so developers can decide how they want the app to handle being offline and fetching content when online.
@freemo Yeah, they both provide very similar features. PWAs are kind of the "successor" to Chrome Apps, but supported by the other browsers (e.g. I'm using Firefox for Android for mine).
@lnxist Cool, a lot of the "Chrome apps" are basically PWA then