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... B4J Tutorial MQTT: Mosquito over websockets - Mashiane    Mar 10, 2025   (1 reaction) Hi Fam
Back to these challenges...
https://cedalo.com/blog/enabling-websockets-over-mqtt-with-mosquitto/... B4J Tutorial [WebApp] Web Apps Overview - Erel    May 30, 2021   (21 reactions)   tags: Erel Stuff, b4j applications based on WebSocket technology. With WebSocket The browser and the server maintain... type of "handler" named WebSocket.
The browser UI is implemented in html / css.
B4J Web App... B4J Tutorial [WebApp] Example Team Manager using jQuery Mobile, WebSockets & SQLite - rwblinn    May 27, 2014   (7 reactions) , WebSockets and an SQLite database, accesible via browser.
Extensive use of jQM dialogs instead.... Index.html opens the websocket defined in teem.bas.
The teem.bas handler selects the records from... B4J Tutorial [IoT] MQTT Protocol - Erel    Sep 26, 2023   (24 reactions)   tags: MQTT, Messages and websocket) solutions:
With MQTT we only need to develop the clients. The server (message broker... (subscribe). Note that we can implement a similar solution with WebSockets.
It is a many to many connection... B4J Tutorial [Server] SSL Connections - Erel    Mar 13, 2025   (15 reactions)   tags: B4J, ports SSL . Filters do not apply to web sockets. You can use WebSocket.Secure to make sure that a secure... B4J Tutorial [WebApp] Chatroom - Threads, Sessions and Server events - Erel    Oct 19, 2017   (9 reactions) .
The WebSocket is broken when the browser navigates to a different page (or refreshes the current page..., Null)
End If
Threads
Each WebSocket class instance runs in a different thread (in release mode... B4J Tutorial [WebApp] Example Task Manager using WebSockets & SQLite - rwblinn    Apr 13, 2014   (10 reactions) This example is a simple Task Manager using HTML to access the server by the Client.
The tasks are s... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Sep 16, 2025   (50 reactions) : #PackagerProperty: AdditionalModuleInfoString = uses org.eclipse.jetty.websocket.common... B4J Tutorial [WebApp] Hello World Web App - Erel    Apr 17, 2014   (13 reactions)   tags: Web App, b4j, html the server and the handlers and web sockets.
In this case we have a single WebSocket. It is mapped to a url which we later need to set in the html file.
The WebSocket class name is HelloWorld.
Sub...
srvr.Start
StartMessageLoop
End Sub
WebSocket class: These classes are similar to Basic4android... Page: 1   2   3   4   5   6   |