Hacker News new | ask | show | jobs
by kothar 625 days ago
I’ve played around with this a bit in the past, and I think the biggest obstacle is going to be managing connections. Browser tabs are relatively short lived ‘peers’, each can only maintain about 100 simultaneous peer connections, and you can’t use WebRTC in workers.

Haven’t given up on the idea though!