# webrtc

> WebRTC abstraction for making it simple to manage multiple peer connections of various types.

Latest version **1.14.1** (published 2015-03-10) · 0 weekly downloads

## Install

```sh
npm install webrtc
pnpm add webrtc
yarn add webrtc
bun add webrtc
```

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.14.1 |
| Published | 2015-03-10 |
| First published | 2013-07-11 |
| Weekly downloads | 0 |
| TypeScript types | separate (@types/webrtc) |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | henrikjoreteg, lancestout, fippo, andyet |
| Keywords | webrtc, browser |

## Links

- npm: https://www.npmjs.com/package/webrtc
- Repository: git@github.com:henrikjoreteg/webrtc.js
- Homepage: https://github.com/henrikjoreteg/webrtc.js
- Issues: https://github.com/henrikjoreteg/webrtc.js/issues
- npm.io page: https://npm.io/package/webrtc

## Dependencies (6)

- [localmedia](https://npm.io/package/localmedia.md) ^1.0.2
- [mockconsole](https://npm.io/package/mockconsole.md) 0.0.1
- [wildemitter](https://npm.io/package/wildemitter.md) 1.x
- [filetransfer](https://npm.io/package/filetransfer.md) ^2.0.0
- [webrtcsupport](https://npm.io/package/webrtcsupport.md) ^1.2.4
- [rtcpeerconnection](https://npm.io/package/rtcpeerconnection.md) ^3.0.6

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.14.1 (latest) — 2015-03-10
- 1.14.0 — 2015-03-02
- 1.13.1 — 2015-02-09
- 1.13.0 — 2015-01-13
- 1.12.0 — 2014-12-12
- 1.11.6 — 2014-11-02
- 1.11.5 — 2014-10-29
- 1.11.4 — 2014-09-08
- 1.11.3 — 2014-08-21
- 1.11.2 — 2014-08-12
- 1.11.1 — 2014-08-07
- 1.11.0 — 2014-07-02
- 1.10.0 — 2014-06-03
- 1.9.0 — 2014-05-29
- 1.8.2 — 2014-05-22
- … 36 more at https://npm.io/package/webrtc/versions

## README

# 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](http://twitter.com/henrikjoreteg) on twitter.

---
_Source: https://npm.io/package/webrtc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
