B4J Question WebSocket Server Non-Gui and GUI application.

Swissmade

Well-Known Member
Licensed User
Longtime User
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.
 

jkhazraji

Active Member
Licensed User
Longtime User
See this
Using shell is slow and fragile as it starts a new process every time it is called.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
See this
Using shell is slow and fragile as it starts a new process every time it is called.
I think that I then also can create a chat box. lol Like the idea.
But also this has to be protected with SSL.
 
Upvote 0
Top