I was wondering if there are any possibilities to efficiently communicate and share data between devices using an offline progressive web app without being able to access the internet.
The first things that came into my mind are the Web Bluetooth API (is this even possible?) and generating QR codes (using something like QRCode.js).
Any ideas?