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
- Host: GitHub
- URL: https://github.com/gabrieldarezzo/son-webrtc
- Owner: gabrieldarezzo
- Created: 2018-12-19T20:01:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T21:48:23.000Z (over 7 years ago)
- Last Synced: 2024-12-27T05:41:58.724Z (over 1 year ago)
- Topics: example, peerjs, samples, webrtc
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```