Best of WebRTC2021

  1. 1
    Article
    Avatar of gcgitconnected·5y

    Building a Video Chat App with Node.js + Socket.io + WebRTC

    Building a Video Chat App with Node.js + Socket.io + WebRTC Taran Arora shares his tips on how to build a video chat app using JavaScript and NodeJS. It will also show you how to use PeerJS,WebRTC, and Nodemon to build the app.

  2. 2
    Article
    Avatar of itnextITNEXT·5y

    WebRTC for beginners; How it all works from the outside!

    WebRTC is an open framework that enables Real Time Communication(RTC), which is very useful for things like Video-Audio calling, Chatting, P2P file sharing, … It is the open standard for real-time communication, which powers so many products and is being used in production at huge organizations. Applications like Zoom makes use of WebRTC indirectly for the data channels and stuff.

  3. 3
    Article
    Avatar of webweb.dev·5y

    WebRTC is now a W3C and IETF standard

    WebRTC is a platform giving browsers, mobile apps, and desktop apps real-time communication capabilities, typically used for video calling. Google initiated the idea to create WebRTC in 2009, as an alternative to Adobe Flash and desktop applications that couldn't run in the browser. In 2013, Mozilla and Google demonstrated video calling between their browsers.

  4. 4
    Article
    Avatar of asayerasayer·5y

    Everything You Ever Wanted to Know About WebRTC

  5. 5
    Article
    Avatar of medium_jsMedium·5y

    Building a video chat app with WebRTC & firebase

    WebRTC is a free and open-source project providing real-time communication via application programming interfaces. WebRTC uses VoIP techniques to get the media processed and sent over the SRTP (Secure Real-time Transfer Protocol) — the secure and encrypted version of RTP. You can also transfer data using RTCDataChannel.