#How should I approach making chat inside my React/Supabase app
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I want to implement chat inside my react application, for backend I'm using Supabase. I want to add chat functionality but I dont know where should I start, if you have any clue I would like to hear it.
have websockets
put chat messages in db
when a message is sent you push it out via websocket and save it to db
use an api 🤓