I read a lot about websockets here, but I wondering what is the fasted way to get data from the Server to the Gui app?
The Server is handling the Website and some info has to be send back to the server to do some actions.
Server and Client in the same Network.
I was thinking about using shell to start the server and talk to each other or us a WebSocketClient.
Sample can be helpful.
Thanks it advance.
The Server is handling the Website and some info has to be send back to the server to do some actions.
Server and Client in the same Network.
I was thinking about using shell to start the server and talk to each other or us a WebSocketClient.
Sample can be helpful.
Thanks it advance.