Back to Projects List

JS Web RTC

The WebRTC API (Web Real-Time Communication API) is a JavaScript API that allows real-time communication between web browsers or other compatible applications. It enables peer-to-peer audio, video, and data sharing directly in the browser without the need for additional plugins or software installations.

PeerJS utilizes the WebRTC (Web Real-Time Communication) technology, which is a set of protocols and APIs that enable direct browser-to-browser communication. WebRTC enables peer-to-peer communication by leveraging the browsers' built-in capabilities for audio/video streaming, data transfer, and peer discovery.