Skip to content

Share files between clients by using webRTC protocol without any server (P2P)

License

Notifications You must be signed in to change notification settings

AliiAhmadi/filertc

Repository files navigation

fRTC

One of the practical protocols for real-time communication between two or more clients is webRTC. In fact, this protocol is for sharing images, videos, files, etc. in real time. The general structure without details of this protocol can be seen in the figure below.

rtc

Let's talk about these details and components: