node.js - Seeding a file using Webtorrent -
i'm trying seed html
file using webtorrent in nodejs. callback webtorrent indicates client started seeding when copy-paste hash on client-side download file, nothings happened.
here code on server-side:
client.seed(file, function (torrent) { debug('started seeding %s - %s', torrent.infohash, torrent.files[0].name); });
what problem , how can debug see going on?
i found answer. it's simple replacing webtorrent
hybrid-webtorrent
, works perfectly.
Comments
Post a Comment