Socket.io+supabase = single API? #5183
Unanswered
coderextreme
asked this question in
Ideas
Replies: 2 comments 1 reply
-
That's a great question! I know they are using plain WebSocket for their realtime module: https://github.com/supabase/realtime-js/ Not sure if they expose a way to provide a custom low-level transport. Which feature would you need from supabase? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just a way to use my existing socket.io software without a total rewrite.
However, I am thinking adding room tokens to gain access to a room. So two
people can have two rooms with the same name, ala Discord.
Perhaps an Elixir server-side port is due?
There’s a lot more, including storage of metaverse worlds. I can probably
use a redis adapter for that.
We’ve only got a base MVP at this point,
https://github.com/coderextreme/JSONverse
…On Tue, Sep 17, 2024 at 7:58 AM Damien Arrachequesne < ***@***.***> wrote:
That's a great question! I know they are using plain WebSocket for their
realtime module: https://github.com/supabase/realtime-js/
Not sure if they expose a way to provide a custom low-level transport.
Which feature would you need from supabase?
—
Reply to this email directly, view it on GitHub
<#5183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMJ53N42Y5HBCBOPH6B7LZXARPVAVCNFSM6AAAAABN4733WKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRXGA2DGNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can socket.io and supabase be put into a single API, like a supabase transport for socket.io? I know socket.io has more language support. I’m interested in JavaScript. Specifically, web browser clients.
Beta Was this translation helpful? Give feedback.
All reactions