OpenRemote frameworks

hi , what’s frameworks Frontend and backend used in developping Openremote , vuejs ? angular ? springboot …?

Hi!

We have a Developer Guide on the documentation website, which gives pointers;

  • Preparing the environment for setting up the backend with Java 21 JDK or later.
    You can check the gradle.properties file in the GitHub repository here to
    see what libraries we’re using. (such as JAXRS, Jakarta, Netty, Camel etc)

  • Working on UI and apps using TypeScript / HTML / CSS with the Lit library.
    They’re web components, either chained together in an app, or distributed through yarn.
    Dependencies can be found across the package.json files in the repository.

1 Like