mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 227 forks source link

ls-chunk-store instead of fs-chunk-store ? #163

Open JYOUSSEF opened 8 years ago

JYOUSSEF commented 8 years ago

Hi @mafintosh, I'm a big fan of your work, thanks for sharing this project with us. i just want to change the storage settings, i wonder how can i use ls-chunk-store instead of fs-chunk-store, to make bittorrent store chunks in the browser local storage. Thanks for your feedback !

rom1504 commented 8 years ago

torrent-stream cannot be used in the browser. Are you looking for https://github.com/feross/webtorrent ?