Web Connection
server-sent events (SSE)
Is there a way to push server events to the client? SSE.
For example if the user requests a long running report, and I want to say "it's ready!"
Not built in but SSE can be implemented since it shows as plain HTTP requests.
Another option is Web Sockets.
+++ Rick ---