feliixx / mongoplayground

a simple sandbox to test and share MongoDB queries
https://mongoplayground.net
GNU Affero General Public License v3.0
176 stars 12 forks source link

Playground as a Progressive Web App #124

Open GregorBiswanger opened 2 years ago

GregorBiswanger commented 2 years ago

I love the Playground and wish a PWA support inclusive save and load of own sample json :)

feliixx commented 2 years ago

Hi @GregorBiswanger, I'm not sure to understand what you mean, could you please elaborate ?

andylib93 commented 2 years ago

Hi @feliixx, a PWA is a progressive web app.

But what is that exactly? Well if you visit youtube in a Chrome/Chromium based Browser, you can install a browser based application of youtube onto your system to have it in your programs folder or menu bar. Think of it as a quick starting point of that website, without having to open a browser first. There should be an icon in the top right corner of the URL bar.

How does that work? With the help of a service worker file, you can tell the browser to store certain information about the website/app and make it stand alone on a device.

Take a look here, Fireship explains in the most awesome way. Or scroll around here 😊️