@libp2p/webrtc-peer
Version:
Simple one-to-one WebRTC data channels
44 lines (29 loc) • 1.55 kB
Markdown
# @libp2p/webrtc-peer <!-- omit in toc -->
[](http://libp2p.io/)
[](https://discuss.libp2p.io)
[](https://codecov.io/gh/libp2p/js-libp2p-webrtc-peer)
[](https://github.com/libp2p/js-libp2p-webrtc-peer/actions/workflows/js-test-and-release.yml)
> Simple one-to-one WebRTC data channels
## Table of contents <!-- omit in toc -->
- [Install](#install)
- [Usage](#usage)
- [License](#license)
- [Contribute](#contribute)
## Install
```console
$ npm i @libp2p/webrtc-peer
```
## Usage
```js
import { WebRTCInitiator } from '@libp2p/webrtc-peer'
const channel = new WebRTCInitiator(channelOptions)
channel.addEventListener('signal', (signal) => {
// do handshake
})
```
## License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
## Contribute
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.