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.