socket.io-p2p icon indicating copy to clipboard operation
socket.io-p2p copied to clipboard

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

Open mubbashar opened this issue 8 years ago • 2 comments

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

mubbashar avatar Nov 08 '16 20:11 mubbashar

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)

sirrodgepodge avatar Apr 13 '17 21:04 sirrodgepodge

is this feature committed in current branch?

krishnasarthi avatar Dec 19 '17 16:12 krishnasarthi