Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Thaina opened this issue Oct 19, 2018 · 1 comment
Closed

Comments

@Thaina
Copy link

Thaina commented Oct 19, 2018

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
Copy link
Member

lidel commented Nov 16, 2018

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.

@lidel lidel closed this as completed Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants