HostFat / EncryptedWebRTChatter

Home Page:https://raed.tn/php/webrtc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypted WebRTC Chatter

WebRTC without a signaling server -- the WebRTC offer/answer exchange is performed manually by the users original link.

How it works

  1. Create an "offer" and copy/paste it to your friend.
  2. They click "join", paste your "offer" and send you back an "answer"
  3. You paste their "answer"
  4. Chat

Todo

  • Use localStorage + password to store keys
  • Use pseudonames to identify people via keys
  • Group chat

About

https://raed.tn/php/webrtc/

License:Other


Languages

Language:JavaScript 72.3%Language:HTML 26.0%Language:CSS 1.6%