Android Question WebSocket server library?

techknight

Well-Known Member
Licensed User
Longtime User
Is there a library or way to setup a B4A app as a WebSocket server? I need this ability to try and communicate with another device that expects to connect back to a running websocket server, and its raw JSON data.

BTW it also expects the websocket to be on "/" which is something that keeps crashing B4J.
 
Last edited:

techknight

Well-Known Member
Licensed User
Longtime User
Sorry, I will clear it up: the compiled program crashes because of multiple instances of something using "/" because I think Jetty itself is actually using it internally and I cant bind a websocket to it. Anyways sorry that needed to be in the B4J forum.
 
Upvote 0
Top