This article: https://www.w3schools.com/html/html5_serversentevents.asp describes Server Sent Events. It would be pretty neat to be able to implement the server side of this in B4J.
Jetty has an EventSourceServlet that does this: https://archive.eclipse.org/jetty/9...clipse/jetty/servlets/EventSourceServlet.html.
This could be a cool new jServer feature.
I wonder if it might be possible to implement a client in B4X, as well. That's a stretch goal, though.
Jetty has an EventSourceServlet that does this: https://archive.eclipse.org/jetty/9...clipse/jetty/servlets/EventSourceServlet.html.
This could be a cool new jServer feature.
I wonder if it might be possible to implement a client in B4X, as well. That's a stretch goal, though.