I see that there is a library for Websocket support but is there support for Server-side events in B4A?
In the ESP8266 world the 'improved' MQTT server (PangolinMQTT) uses a version of the ESPAsyncWebServer that no longer supports Websockets, only Server-side events.
As I want to develop an app for local use for configuring a server (my remote app uses MQTT) I'm stuck with HTTP if there is no support (unless there are any other suggestions of communication protocol).
In the ESP8266 world the 'improved' MQTT server (PangolinMQTT) uses a version of the ESPAsyncWebServer that no longer supports Websockets, only Server-side events.
As I want to develop an app for local use for configuring a server (my remote app uses MQTT) I'm stuck with HTTP if there is no support (unless there are any other suggestions of communication protocol).