Hello,
As discussed here: https://www.b4x.com/android/forum/threads/which-tutorial-to-follow-for-websockets.124814/ , I want to create a websocket for b4j to serve data via websocket to any websocket client(not only b4a). I followed the tutorial Erel posted on this previous topic linked above, but it was for b4x clients. I want to simply push json data to clients but with that tutorial it is only possible to send data like this which is for b4x clients:
{"prop":"ServerTime","etype":"runFunction","value":[51]}
What should I do to create a websocket for this ?
ty
As discussed here: https://www.b4x.com/android/forum/threads/which-tutorial-to-follow-for-websockets.124814/ , I want to create a websocket for b4j to serve data via websocket to any websocket client(not only b4a). I followed the tutorial Erel posted on this previous topic linked above, but it was for b4x clients. I want to simply push json data to clients but with that tutorial it is only possible to send data like this which is for b4x clients:
{"prop":"ServerTime","etype":"runFunction","value":[51]}
What should I do to create a websocket for this ?
ty