An open API service indexing awesome lists of open source software.

https://github.com/gabrieldarezzo/son-webrtc

Estudos sobre WebRTC
https://github.com/gabrieldarezzo/son-webrtc

example peerjs samples webrtc

Last synced: 2 months ago
JSON representation

Estudos sobre WebRTC

Awesome Lists containing this project

README

          

Install:

cd \xamp\www
git clone https://github.com/peers/peerjs-server.git
npm install
cd peerjs-server

In Windows:
```
cd peerjs-server\bin
node peerjs --port 9000 --key peerjs
```

Caso queira usar a ultima versão do git:
```
browserify main.js -o bundle.js
```