abbadon1334 / RealFlowR

A low code library for RealTime UI. Direct communication between SignalR and the DOM via JS to interact with UI.
MIT License
5 stars 3 forks source link

Use PWA #22

Open abbadon1334 opened 3 years ago

abbadon1334 commented 3 years ago

this system is not oriented to websites, or at least not a traditional one, I think the best use for this is a Data-Driven application and to add another good technology why not use PWA?

this system like many others - without the internet - doesn't work, but using PWA we can check online device status in the background and allow or not further operations, another plus to PWA is that we can add some content pages to enrich the whole experience.

this can lead to two examples which have in common these 3 points

PWA example without Authentication

PWA example with Authentication

diego81b commented 3 years ago

Hi, I agree with you, PWA has zero cost for configuration, but the real power are service worker and the possibility of being able to be upload in the store

My 2 cents 🖖