sahilrajput.com

Web RTC Based References

Q. with webrtc how many people can talk to on video call without system performance issues? ChatGPT (tldr; 3-8 people)

My projects:

Socket io & webrtc

Do socket io in frontend uses webrtc underneath. Be concise. (ChatGPT)

No, Socket.IO does not use WebRTC underneath. It primarily uses WebSockets and falls back to other transport mechanisms like HTTP long polling if needed. WebRTC, on the other hand, is designed for peer-to-peer communication, including real-time audio, video, and data transfer.

Can socket in front end work without backend? (ChatGPT)

No, a socket in the frontend (e.g., using Socket.IO or WebSockets) typically requires a backend to establish and manage connections. However, WebRTC can enable direct peer-to-peer communication without a backend, though a signaling server is still needed to initiate connections.

When was webrtc launched?

WebRTC was officially announced by Google in May 2011 and became an open-source project. It was later standardized by the World Wide Web Consortium (W3C) and the Internet Engineering Task Force (IETF). The first stable browser implementations appeared around 2013-2014.

Project Based Videos

Docs

Others Project videos