Reputation: 43
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
Thank you a lot.
Upvotes: 1
Views: 625
Reputation: 8001
You're to some degree comparing apples to oranges in this case. To directly answer you question: You can use Tomcat for both, but not Express.js.
Upvotes: 3