i want to setup openremote as PWA using progressier.com. please let me know if anyone done already?
First of all, hi! Welcome to the forum
To clarify;
OpenRemote contains a manager backend with lots of logic, publicly exposed APIs etc
It also requires both a Keycloak authentication service and a PostgreSQL database.However, the UI is completely flexible, and can be applied in many different ways.
The “Manager UI” is built using TypeScript and uses a low-level web component framework called Lit.
Technically you can build custom apps in any language you want, and simply interact using the
HTTP API, which we do ourselves as well.
.
In regards to your PWA use case;
I haven’t seen users busy with PWAs for interacting with OpenRemote, but it is defenitely possible.
Are you planning to build a custom app, or are you trying to make the Manager UI act as a PWA?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.