Vaadin application and react in the same server
Alejo Conejo. The question was asked: Apr 11, 2020. 01:20
1 answer
I'm a bit confused about what server to use for contain both, a Vaadin application (java) and a react application. I was using nodejs for contain my react app, now I developed my vaadin application (I've used jetty to test it out), but I want to combined them in the same server
- Can I use Tomcat to contain both? How can I deploy React on Tomcat?
- Can I use expressJs to contain both? How can I deploy Vaadin on expressJs?
- Is there a better approach?
Thank you a lot.