What about streaming data directly from server to client? #9190
mpiorowski
started this conversation in
Ideas
Replies: 1 comment
-
#4831 I think i missed this connected discussion :) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
With the new amazing streaming feature, why not go a one step further, and allow the data to stream from server to client continuously?
If I am not mistaken, right now i cannot await "unknown" number of promises / data? Right?
What I was really thinking about, is to use a gRPC stream connection, that can send the data to SvelteKit server as a stream, and then pass it as soon as the data come to the client :)
THAT WOULD BE AWESOME :)
Beta Was this translation helpful? Give feedback.
All reactions