Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[CLOSED] Cache / storage #110
Comments
This comment has been minimized.
This comment has been minimized.
|
Kind of :) bittorrent-client needs to run in the browser, so it can't store the files to the filesystem. The webtorrent executable, however, is meant to be run out of the browser, so it's the correct place to put storage to filesystem logic. The latest non-merged version in the webtorrent repo has this working. |
This comment has been minimized.
This comment has been minimized.
|
Yep, Travis is right. You need to use the $ npm install webtorrent -g
$ webtorrent --helpIf you use |
This comment has been minimized.
This comment has been minimized.
|
|
Saturday May 17, 2014 at 16:12 GMT
Originally opened as https://github.com/feross/bittorrent-client/issues/14
This one might be considered either a feature request or a question.
Is there any way to store downloaded files somewhere and seed them back?