ipfs-shipyard/ipfs-service-worker-demos

Is it possible to pin file without installing daemon with this repo?

Thaina opened this issue · 1 comments

If I understand it right this repo let we run IPFS in serviceworker

Which mean it possible to use webrtc to serve file Peer2Peer and so we can pin file in browser?

lidel commented

If I understand it right this repo let we run IPFS in serviceworker

Yes, this is a proof-of-concept for running js-ipfs in Service Worker.

Which mean it possible to use webrtc to serve file Peer2Peer and so we can pin file in browser?

Right now the only transport available in Web Workers is websockets. WebRTC is disabled.
See #13 (comment) for context about WebRTC.