You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
I've been thinking about how to solve the problem of a peer-to-peer group chat between a significant number of users without overloading the network: if I'm in a room with 1000 people, I don't want my browser to open 999 connections.
If I'm understanding the code correctly, does friends just open a connection to every other peer like I just described?
Hey!
I've been thinking about how to solve the problem of a peer-to-peer group chat between a significant number of users without overloading the network: if I'm in a room with 1000 people, I don't want my browser to open 999 connections.
If I'm understanding the code correctly, does friends just open a connection to every other peer like I just described?
friends-swarm/swarm.js
Lines 100 to 120 in 02bc0e1
This feels like it's going to be a super interesting problem to solve: have any of you thought about it before or know anything about the topic?
The text was updated successfully, but these errors were encountered: