How to configure fly.io with supabase realtime?
I am using y.js with socket.io (fly.io) and trying to implement it on supabase
3 Replies
I’m not familiar with a Supabase guide at the low level websocket level. Supabase/realtime GitHub has hardly any info. The docs have some packet definitions.
yeah, thank you. I am just asking around, tying to find resources to use.
If it were me I would pick the closest client (say reatlime-js) and see how it works as it is open source.