vardius / peer-cdn

Lightweight library providing peer to peer CDN functionality
https://rafallorenz.com/peer-cdn
MIT License
68 stars 12 forks source link

Service worker - webrtc support #9

Closed vardius closed 6 years ago

vardius commented 6 years ago

Following this issue proposal other

vardius commented 6 years ago

until sw support for webrtc will be introduced we will use DelegatePlugin to delegate work to client, allowing to handle request with PeerPlugin as follow: https://github.com/vardius/peer-cdn/blob/master/example/js/main.js#L26