Skip to content

Is there server side streaming? #716

Answered by gbj
124C41p asked this question in Q&A
Mar 20, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yeah take a look at the <MultiuserCounter/> component in this example. It is using server-sent events (SSE) and an EventSource to do the kind of thing you're talking about.

I don't have a plan at the moment to provide additional wrappers for this kind of behavior in the framework but it would be feasible to do in userland or as a library.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@124C41p
Comment options

@gbj
Comment options

Answer selected by 124C41p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants