dwyl / dwyl/learn-WebRTC

Why WebRTC?

Open
#2 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
37
Forks
9
PR merge metrics
No merged PRs in 30d

Description

If the aim isn't to have fast real time communication (video, audio, file transfer, etc), why webrtc?

I can see a primary benefit in the future would be to have _private_ direct text conversations like socket p2p;

![socket p2p](https://socket.io/assets/img/P2PChatExampleRedo2.gif)

But for large conversations - or for big lists of online users - using webrtc to connect everyone is a lot of strain on individual browsers. It's also limited to 250 peer connections and requires a signalling server to 'introduce' users to each other - why not sockets for that and the online devices lists and then webrtc for private conversations with limited members.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.