UNPKG

730 BMarkdownView Raw
1# webrtc.js
2
3A helper for creating and managing WebRTC connections in a cross-browser sort of way.
4
5This is used in http://simplewebrtc.com which is what powers: https://talky.io
6
7It's designed for use with browserify/CommonJS on the client.
8
9If you're not using browserify or you want AMD support use `webrtc.bundle.js`.
10
11
12## Installing
13
14```
15npm install webrtc
16```
17
18## Caution
19
20This is still a very much a work in progress and is currently only being used in one project (that will change soon). But until it's a bit more vetted, you've been warned.
21
22Having said that, contributions/feedback welcomed :)
23
24
25## License
26
27MIT
28
29
30## Created By
31
32If you like this, follow [@HenrikJoreteg](http://twitter.com/henrikjoreteg) on twitter.