weeeBox / mobile-system-design

A simple framework for mobile system design interviews
Other
4.05k stars 427 forks source link

Add WebRTC as a real-time notification method #31

Open hfeky opened 6 months ago

hfeky commented 6 months ago

In my opinion, it's important to also mention WebRTC as a more recommended approach over Web-Sockets when it comes to live streaming and video/audio calls, and explain that WebRTC works over UDP while Web-Sockets work over TCP.