DEV Community

[Comment from a deleted post]
 
bruechler profile image
Dominik Brüchler

You need a TURN server for this. It is basically a central hub to which the clients can connect. Since all communication passes the TURN server, you have to make sure that it is performant enough to handle the traffic.

As far as I can tell, up to four peers work well without such a server but anything above could lead to connection issues.

 
huseyn0w profile image
Elman Huseynov

I use the NodeJs server for this, I guess in this case it should not be a problem