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.
Please login or Register to submit your answer