Does netlify support streaming?Like nextjs, remix has streaming and recently sveltekit also added its support to stream with promises
Hi @_Devr
,
- Netlify Large Media is not suitable for streaming audio or video files. However, storing these assets for download should work well.
- Netlify Large Media is intended for files up to 100 MB in size.
Thanks @SamO for the reply!, but I meant other thing , please read this blog post https://svelte.dev/blog/streaming-snapshots-sveltekit
Does this help: A Deep Dive into Netlify Edge Functions?
Thanks @hrishikesh , this helped me.