socket.io-p2p
socket.io-p2p copied to clipboard
This error originates in the namespace.js file inside of the socket.io module. This happens when io.use(p2p) has been called and another person attempts to connect. This happens both for my...
As most of you have noticed, this project is currently unmaintained. Two questions: - is anyone interested in seeing this project maintained? Does it still make sense to maintain it,...
I would like to run a node desktop app that connects to other desktop/browser clients.
Please Update This package
Hello im looking into socket p2p for a local multiplayer game. Is there a way to check the latency after switching to webRTC connection?
I am working on debugging several issues with socket.io-p2p. I hopefully will have a working copy for use with simple-peer 9.*.* soon. Main bugs are double signaling - You'll notice...
Running this on localhost in two browser tabs. The "Go private" button does not enable in a timely fashion, sometimes taking up to a minute or more.
added JSON stringify and parse for simple-peer 6.0.0 ( https://github.com/feross/simple-peer/commit/9047c3dc8da7384fde92484c598b3381cdff8eac ) and updated package.json
I think with socket.io it should be rather simple to do this by allowing a peer to connect to remote peers selectively.Maybe In a discovery based method ? This would...