8000 GitHub - itcayman/webrtc_note: My learning notes of WebRTC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

itcayman/webrtc_note

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Primer Tutorial

As a WebRTC primer, I read, learn, take notes and write program. This is the learning notes for other primer like me

Installation steps

brew install libev
brew install python3
brew install graphviz
pip install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

download plantuml and put it into /usr/local/bin

About

My learning notes of WebRTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.8%
  • Other 1.2%
0