Peer-to-Peer Protocol

Visualizing your secure connection

Live Encryption Topology
USER
Hello
Hi
WebRTC
stream_01
stream_02
AES-256
█▓▒░§&$%
█▓▒░§&$%
AES-256
stream_01
stream_02
WebRTC
Hi
Hello
USER

🚀 Getting Started

  1. Host a Room: Enter your name, a unique Room ID, and a secure password.
  2. Invite Friends: Securely share your Room ID and Password with your peers.
  3. Join Session: Others enter the same credentials to establish a direct link.
  4. Connect: Chat via text or launch an encrypted voice call instantly.

🌐 Powered by PeerJS

Our infrastructure utilizes the PeerJS open-source library to facilitate peer-to-peer data and media streams.

Core API Source:
https://unpkg.com/peerjs@1.5.2/dist/peerjs.min.js

By using this API, we ensure that your connection is established directly between your browser and your friend's browser, bypassing centralized data collection servers.

🛡️ Security & Privacy

We implement AES-GCM 256 encryption on top of the standard WebRTC security layer.

⚠️ Compatibility Note

To maintain high encryption standards, iOS (Safari) currently has limited support for certain voice features.

For the most stable experience, we recommend using Chrome, Firefox, or Edge on Android, Windows, macOS, or Linux.