#How should I approach making chat inside my React/Supabase app

3 messages · Page 1 of 1 (latest)

buoyant ledge
#

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.

fringe steeple
#

have websockets
put chat messages in db
when a message is sent you push it out via websocket and save it to db

solar fern
#

use an api 🤓