Can vaadin run as an embedded server application?

We have a custom javeSE server opening various tcp and udp sockets,and i was wondering if it’s possible to give it a webui which would be intergral to it rather than have a tomcat process , also wondering how much more strain it would add ,(memory wise etc…)

Maybe this can help: GitHub - mvysny/vaadin-boot: Boots your Vaadin app in embedded Jetty from your main() method quickly and easily

1 Like