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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -