socketio / socket.io-p2p

MIT License
1.02k stars 180 forks source link

Scalable socket.io-p2p using socket.io-redis #31

Open mubbashar opened 7 years ago

mubbashar commented 7 years ago

does this work with https://github.com/socketio/socket.io-redis Please let me know

sirrodgepodge commented 7 years ago

I'm trying to get this working now and I believe I've succeeded, so I can give a mostly confident yes, though there's some wrangling to make fallback work exactly how you probably want it to (fall back to websockets if a single node does not support webrtc, or perhaps better yet just pipe webRTC communications through websockets and only broadcast them to non-webRTC enabled clients and vice versa)

krishnasarthi commented 6 years ago

is this feature committed in current branch?