Supabase / Express / React Native Stack Question
I’m trying to build a ChatGPT clone using React Native and Supabase with an Express backend. Right now, the server calls the OpenAI API and streams data using res.write, and the client uses react-native-sse to read the data.