Replies: 1 comment
-
If you only want server push, I would read up on:
Combined with HTTP/2 connection reuse, I think (but may be wrong to think that) it is very scalable to "pull" with new requests, and get pushed payloads over SSE. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/actix/examples/tree/master/websockets/chat-broker
How does a server proactively send messages to a client?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions