co-share-peer

Peer to peer functionality for co-share using simple-peer (webrtc)

Usage no npm install needed!

<script type="module">
  import coSharePeer from 'https://cdn.skypack.dev/co-share-peer';
</script>

README

co-share-peer

Build Status  Npm package version  GitHub license  Twitter

npm i co-share-peer

Peer to peer functionality for co-share using simple-peer (webrtc)

Examples

  • Counter - shared counter using the data channel of webrtc

Counter Example

  • Stream - media streaming using the media channels of webrtc

Stream Example