jreznot / electron-java-app

Electron Java application - What if you could build Desktop applications on Java with HTML 5 UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to build standard reactjs apps with this kind of setup?

pandajump1 opened this issue · comments

Is it possible to not use vaadin framework and instead use this as a template to build ui with other commonly used libraries like reactjs?

What I mean is, it would look like:
Frontend (ReactJS - Electron Based)
Backend - Java Based

Hi,
Yes you can use it for apps with any front-end technology. Just replace AppServlet with your favorite servlet, for instance with Spring boot dispatcher.