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

https://github.com/starptech/peercam

WIP - Video Sharing over WebTorrent
https://github.com/starptech/peercam

Last synced: 11 months ago
JSON representation

WIP - Video Sharing over WebTorrent

Awesome Lists containing this project

README

          

# peerCam
Video Sharing over WebTorrent

# Getting started

1. Start server
```
node examples/file-server.js
node examples/tracker-server.js
```

2. Visit Broadcaster page
```
http://127.0.0.1:8000/broadcaster/broadcaster.html
```

3. Visit Viewer page
```
http://127.0.0.1:8000/viewer/viewer.html
```