Skip to content

fatihozoglu/webRTC-workspace

Repository files navigation

WebRTC (Real-time communication) Workspace

This repo consists of various code samples about the basics of WebRTC. I am planning to practice the basics and the advanced topics about WebRTC technologies to implement them in my future projects.

Table of contents

Overview

As explained in MDN;

"WebRTC (Web Real-Time Communication) is a technology that enables Web applications and sites to capture and optionally stream audio and/or video media, as well as to exchange arbitrary data between browsers without requiring an intermediary. The set of standards that comprise WebRTC makes it possible to share data and perform teleconferencing peer-to-peer, without requiring that the user install plug-ins or any other third-party software. WebRTC consists of several interrelated APIs and protocols which work together to achieve this."

Some of the use cases of WebRTC Technology:

  • Creating web apps which uses camera and microphone
  • Video calling and video conference applications
  • Screen sharing applications
  • File exchange/transfer applications

Useful resources

Author

About

This repo consists of various code samples about the basics of webRTC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published