Did somebody knows, which is the best to communicate from an ui-app to a server-app? I want to show the logs in the ui-app. I'm looking for the best solution...
You should use TCP (ServerSocket) or UDP for this. UDP is simpler in this case as you don't need to manage the connection. Just send the packets to the correct port.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.