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 upCount active peers of webtorrents witouth downloading #678
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Perfect! That's exactly what I was looking for. Question: Is the bittorrent-tracker included in the webtorrent.min.js? If that's the case, how can I access the "scrape" method? |
This comment has been minimized.
This comment has been minimized.
|
Scraping is not yet available on WebSocket tracker client. PR pending: webtorrent/bittorrent-tracker#125 |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero WebSocket tracker scraping is released now. @marcu87 You can use the |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Hello!
I have a list of webtorrents, and I wan't to display how much peers are available for each webtorrent.
How can I achieve this using only javascript and witouth start the download of the webtorrents?
If that's not possible, is there any way to get the "Health" of the webtorrents?
Thanks