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:
- https://github.com/sahilrajput03/video-chat-app-webrtc
- https://svelte.monktechnoworld.com/webrtc-demo (using peerjs package)
- ❤️❤️Another awesome project (video call): Source - YouTube Video
- https://divanov11.github.io/WebRTC-Simple-SDP-Handshake-Demo/
- Github Repo: https://github.com/divanov11/WebRTC-Simple-SDP-Handshake-Demo/
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
- Fireship - WebRTC in 100 Seconds, Click here
- Web Dev Simplified - Build a Real Time Chat App With Node.js And Socket.io, May 25, 2019, Click here
- Web Dev Simplified - Build Real Time Chat Rooms With Node.js And Socket.io, June 1, 2019, Click here
- Web Dev Simplified - How To Create A Video Chat App With WebRTC, July 25, 2020, Click here
- Web Dev Simplified - How To Create A Messaging App With Socket.io And React, September 5, 2020, Click here
- Web Dev Simplified - How To Build A Google Drive Clone With Firebase, Jan 26, 2021, Click here
- Web Dev Simplified - How To Build A Google Docs Clone With React, Socket.io, and MongoDB, April 20, 2021, Click here
- Web Dev Simplified - Learn Socket.io In 30 Minutes, May 29, 2021, https://youtu.be/ZKEqqIO7n-k
- Traversy Media - Build a Chat App With MongoDB & Socket.io, Jul 27, 2017 Part1 Part2
- Traversy Media - Realtime Chat App - React, GraphQL & Websockets, Aug 17, 2020, Click here
- Traversy Media - Realtime Chat With Users & Rooms - Socket.io, Node & Express, Mar 24, 2020, Click here
Docs
Others Project videos
- Web Dev Simplified - React Authentication Crash Course With Firebase And Routing, 10 Oct, 2020, Click here
- Web Dev Simplified - How To Build A Better Spotify With React, Mar 16, 2021, Click here
- Clever Programmer - Playlist - Build App Clones with ReactJS Click here