Learn how to stream data with Supabase Edge Functions: https://rebrand.ly/edge-functions
Greg Richardson, the creator of "Supabase Clippy joins us as a guest host to show us how we can implement Web Streams in Supabase Edge Functions.
Resources:
- https://supabase.com/blog/chatgpt-supabase-docs
- https://developer.mozilla.org/en-US/docs/Web/API/Streams_API
## Chapters
00:00 Intro
00:44 Server-sent Events in Edge Functions
01:45 Initialise a local Supabase Project
02:28 Sent events periodically from the Server to the Client
06:10 Test web streams locally
07:20 Streaming OpenAI completions in Realtime