Web Connection
server-sent events (SSE)
Gravatar is a globally recognized avatar based on your email address. server-sent events (SSE)
  Tom Green
  All
  Sep 9, 2023 @ 01:53am

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!"

Gravatar is a globally recognized avatar based on your email address. re: server-sent events (SSE)
  Rick Strahl
  Tom Green
  Sep 9, 2023 @ 08:27am

Not built in but SSE can be implemented since it shows as plain HTTP requests.

Another option is Web Sockets.

+++ Rick ---

© 1996-2025