Skip to content

My implementation of peer-to-peer webRTC video chat app from scratch.

Notifications You must be signed in to change notification settings

alexsindev/p2p-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client

  • WebRTC peer client written in pure JavaScript without use of any third-party libraries.
  • Uses only the WebRTC api and WebSocket api already provided by the Web API
  • Signalling SDP offer and answer is performed by a custom signalling server written in Elixir.

Usage:

  • Enter a room id (alphanumeric)
  • Click "Join Room"
  • If you are starting the room, send the room id to your peer.
  • If you are joining the room, simply enter the room id given to you.

Architecture:

Test it out here: https://kyalsinlinlett.github.io/p2p-client/

About

My implementation of peer-to-peer webRTC video chat app from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published