KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rtcdc-p2p
★ 10
Open GitHub ↗
p2p data connection on webrtc
Download README (.md)
Explore Similar Repositories
filmaffinity-gem
:
Easy access to Filmaffinity data
load-img
:
loads a Image for the browser
graph-extract
:
Small library for extracting values from graphs
zenkins
:
No description available.
certPinningVulnerableOkHttp
:
OkHttp sample app vulnerable to CVE-2016-2402
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rtcdc-p2p
?
Download (.md)
# rtcdc-p2p p2p data connection on webrtc ## depends - libX11(-dev) - pkg-config ```sh go get github.com/keroserene/go-webrtc ``` ## signaling server for appengine-go ```sh go get -d github.com/nobonobo/rtcdc-p2p/signaling cd $GOPATH/src/github.com/nobonobo/rtcdc-p2p/signaling/server make update APPID=whatever ``` https://signaling-2016.appspot.com/ ## server build and run ```sh go get -u github.com/nobonobo/rtcdc-p2p/server server -room sample-room ``` ## client build and run ```sh go get -u github.com/nobonobo/rtcdc-p2p/client client -room sample-room -id client1 ```