B4J Question using websocketclient connecting websocketserver

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi

I will have two none-ui app(A and B).
A will collecting sensor data and then use websocketclient push some data to B.
A is WebServer and WebSocketserver. A always receivie sensor data from B with websocket.

I have coding some A's code before but i don't know how to coding for B. Could you give me a sample code !? :p
 
Top