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.
- Host: GitHub
- URL: https://github.com/philnash/whatrtc
- Owner: philnash
- Created: 2014-11-27T17:39:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T17:56:38.000Z (almost 11 years ago)
- Last Synced: 2025-03-27T17:37:14.574Z (7 months ago)
- Language: CSS
- Size: 2.81 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)