Streaming writes of large files on response #782
Answered
by
ghost
joshxyzhimself
asked this question in
Q&A
-
Let's say I have a large file from 1gb to 10gb. Couple questions:
Is my understanding correct that option 3 will work? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Aug 4, 2022
Replies: 1 comment 3 replies
-
There is an example for this: https://github.com/uNetworking/uWebSockets.js/blob/master/examples/VideoStreamer.js Only something like 3 will work. 1 and 2 are No/Don't. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
joshxyzhimself
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an example for this: https://github.com/uNetworking/uWebSockets.js/blob/master/examples/VideoStreamer.js
Only something like 3 will work. 1 and 2 are No/Don't.