Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Websocket server #60834

Answered by stof
BUGOVER asked this question in Q&A
Jun 19, 2025 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

If you are talking about browsers on mobile devices, they support EventSource as well, not only desktop browsers, as this is a standard feature of browsers (btw, SSE over HTTP/3 performs much better than WebSocket in a roaming context, as you get the benefits of QUIC which deals better with roaming connections than TCP)

If you are talking about using it from native applications, implementing the client side of SSE can be done in any context able to keep a long-running connection to a server (which is also a requirement for implementing WebSocket). And there are libraries providing this feature in many languages. For instance, java has okhttp-eventsource (and probably others) and I found L…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@BUGOVER
Comment options

@stof
Comment options

stof Jun 19, 2025
Collaborator

@BUGOVER
Comment options

@stof
Comment options

stof Jun 19, 2025
Collaborator

Answer selected by BUGOVER
@BUGOVER
Comment options

@stof
Comment options

stof Jun 19, 2025
Collaborator

@BUGOVER
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #60833 on June 19, 2025 09:58.