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

https://github.com/philnash/whatrtc

WhatRTC? Everything you need to know to connect browsers to the world.
https://github.com/philnash/whatrtc

Last synced: 6 months ago
JSON representation

WhatRTC? Everything you need to know to connect browsers to the world.

Awesome Lists containing this project

README

          

# WhatRTC? Everything you need to know to connect browsers to the world.

Slides and demos from the talk.

To run the slide presentation, make sure you have node.js installed then on the command line:

```bash
$ git clone git@github.com:philnash/whatrtc.git
$ cd whatrtc
$ npm install
$ npm start
```

Then open [http://localhost:3000](http://localhost:3000).

## Further resources

* [Simple video chat example](https://github.com/philnash/video-chat)
* [HTML5 Rocks WebRTC Basics](www.html5rocks.com/en/tutorials/webrtc/basics/)
* [HTML5 Rocks WebRTC Infrastructure](http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/)

## Examples/Libraries

* [simpleWebRTC](http://simplewebrtc.com/)
* [PeerJS](http://peerjs.com/)
* [HiBuddy](https://github.com/tOkeshu/hibuddy)
* [Waggle.js](https://github.com/tOkeshu/waggle.js)
* [webtorrent](http://webtorrent.io/)

## Infrastructure

* [Twilio STUN/TURN servers](https://www.twilio.com/stun-turn)