wrtc-p2p

Peer to peer with wrtc

Usage no npm install needed!

<script type="module">
  import wrtcP2p from 'https://cdn.skypack.dev/wrtc-p2p';
</script>

README

WebRTC Peer To Peer Communications Made Easy

The goal of this project is to provide and easy interface to webrtc. This package will work with nodejs or browser javascript.

Examples

See examples folder

Credits

Chris Ball's repo serverless-webrtc is what inspired this and I used some of his code.