B4A Question how create websocket server to B4A - Roberto P.    Nov 15, 2019 Hi all
You can give me the best way to create a websocket in an android app, which acts as a server, to another android application and b4j.
thank in advance... B4J Library Jakarta Websocket Server Library - Addo    Jan 8, 2024   (6 reactions) Hey everyone, I was interested to Tyrus Server to deploy a Websocket server using Jakarta.
So... the server.
Download Additional Jars From here
have a good day everyone and happy new year..... B4J Question Websocket Server to server data to any websocket client(not b4x) - tufanv    Nov 24, 2020   (2 reactions) -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... B4A Question SSL Websocket client - LucaMs    Jan 18, 2018   (1 reaction) Trying to connecting to my websocket server: closed javax.net.ssl.SSLProtocolException: SSL... routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x61803166:0x00000000) Libraries used: client: WebSocket 2.00 server: jServer 2.80 The server starts and it is reachable (ping). I suppose that if the server SslConfiguration (and the keyvaluestore I created) were incorrect the server would not start/work, correct?... B4J Tutorial [server] Automatic Reconnecting WebSocket - Erel    Jan 6, 2016   (12 reactions)   tags: B4J Server Websocket When working with WebSocket handlers the client maintains an online connection. The connection... can be temporary broken. Especially when the client is a mobile browser. Using the Reconnecting-WebSocket.... Pay attention to the server time updates. WJA_gW4wi3k In order to enable this feature you need to...-websocket.js to the www folder. 3. Add <script src="/reconnecting-websocket.js">... those that should use a reconnecting websocket. Both files are available in the attached project... B4J Question Better design of a client-server websocket B4J project? - LucaMs    Dec 19, 2021   (1 reaction) Deleted.... B4J Question WebSocket Server Non-Gui and GUI application. - Swissmade    Apr 10, 2025 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... Bug? jServer - websocket disconnected event doesn't fire - LucaMs    May 11, 2017 When my b4a websocket client loses connection (the client websocket disconnected event fires) the server websocket disconnected event doesn't fire.... B4J Question Websocket server - chat - yiankos1    Jun 21, 2022 Hello team,
I am trying to build my first websocket server. I am using as a guide chat example from webapps. I see at PushShared module that all chats are stored at a local sqlite. Can we switch... B4A Question How get answer from ESP8266 AsincWebsocket server? - dimajak (first post)    Mar 17, 2026
See the implementation of a WebSocket client
170482
Try using EventName_TextMessage to receive the response.
Thank you, it worked!... Page: 1   2   3   4   5   6   |