socket.io-p2p
socket.io-p2p copied to clipboard
Scalable socket.io-p2p using socket.io-redis
does this work with https://github.com/socketio/socket.io-redis Please let me know
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)
is this feature committed in current branch?