B4J Question Push Framework WebSocket can catch GET or POST parameters

David B

Member
Hello,

I tested the jWebSocketClient library and [WebApp] Web Apps Overview examples with amazing results mostly in WebSocket Push. I have a client based on B4J UI desktop app that runs on a remote computer, connected to VPS where is running an WebApp [ServerExampleNoMySQL.zip] so I want send a message to my Desktop app from web simply using a simple GET or POST request

example:
B4X:
127.0.0.1:51042/push/index.html?txt=something

I understand that html can not process GET or POST requests by itself, but it's just an example. How I could implement the missing solution to make this possible?
 
Top