socketio / socket.io-p2p

MIT License
1.02k stars 180 forks source link

socket.io-p2p and its companion socket.io-p2p-server are no longer in working condition - don't expect to be able to use this module other than on a local network #70

Open twofingerrightclick opened 3 years ago

twofingerrightclick commented 3 years ago

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 this when running the outdated chat example when the receiving peer will receive the message twice. This bug has far worse consequences - makes cross network p2p connections impossible with the modules current logic.

This is a really cool middleware for p2p and websocket interaction and I wish it had more use.

littlej247 commented 3 years ago

This is cool. I'm surprised they just let it go.