Skip to content

a simple signaling server and client to run webrtc one2one video chat between recent chrome (also android chrome) browsers

License

Notifications You must be signed in to change notification settings

matths/webrtc-signaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-signaling

a simple signaling server and client to run webrtc one2one video chat between recent chrome (also android chrome) browsers

basic usage:

  1. clone directory, install dependencies
git clone https://github.com/matths/webrtc-signaling.git
npm install
  1. create a self-signed certificate (MAC and Linux only)
npm run create-ssl
  1. run signaling server
npm start
  1. open client in your browser
npm open-client
  1. open client in a browser on another device in the same (W)LAN

https://[ip of your server]:8000/

About

a simple signaling server and client to run webrtc one2one video chat between recent chrome (also android chrome) browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages