Skip to content
WebRTC abstraction for managing it simple to manage multiple peer connections of various types.
JavaScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
test
.gitignore
.jshintignore
.jshintrc
README.md
build.js
package.json
peer.js
webrtc.bundle.js
webrtc.js

README.md

webrtc.js

A helper for creating and managing WebRTC connections in a cross-browser sort of way.

This is used in http://simplewebrtc.com which is what powers: https://talky.io

It's designed for use with browserify/CommonJS on the client.

If you're not using browserify or you want AMD support use webrtc.bundle.js.

Installing

npm install webrtc

Caution

This 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.

Having said that, contributions/feedback welcomed :)

License

MIT

Created By

If you like this, follow @HenrikJoreteg on twitter.

You can’t perform that action at this time.