Md. Sadiqmdsadiqmd.hashnode.dev·Oct 1, 2024Understanding webRTC from it's first PrinciplesIntroduction We are all familiar with basic client-server interactions, where both parties establish a TCP connection, acknowledge each other, and share resources. However, when it comes to real-time communication (RTC), two key technologies are typi...Discuss·4 likes·27 readsWebRTC
Swami Buddha Chaitanyachaiitanyacodes.hashnode.dev·Sep 22, 2024Real-Time Video Conferencing Made Simple with WebRTC and PeerJSWebRTC (Web Real-Time Communication) has revolutionized how we build applications with real-time media streaming directly in the browser. Whether it's video conferencing, voice calls, or live streaming, WebRTC provides the foundation for peer-to-peer...Discuss·27 readsWebRTC
Kingsley Okoronkwokingsleyokoronkwo.hashnode.dev·Jun 28, 2024The Challenge of building a video application using in ReactJs using Socket.io and PeerJsEarlier this year while looking out for ways to improve my skills and increase my knowledge of backend web development, I read through different resources including documentations on the use of socket.io for Web Real time communication (WebRTC). I fe...Discusspeer