You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server.
17
17
@@ -33,10 +33,10 @@ This module is used by [WebTorrent](http://webtorrent.io).
33
33
- Supports tracker "scrape" extension
34
34
- Robust and well-tested
35
35
- Comprehensive test suite (runs entirely offline, so it's reliable)
36
-
- Used by popular clients: [WebTorrent](http://webtorrent.io), [peerflix](https://github.com/mafintosh/peerflix), and [playback](https://mafintosh.github.io/playback/)
36
+
- Used by popular clients: [WebTorrent](http://webtorrent.io), [peerflix](https://www.npmjs.com/package/peerflix), and [playback](https://mafintosh.github.io/playback/)
37
37
- Tracker statistics available via web interface at `/stats` or JSON data at `/stats.json`
38
38
39
-
Also see [bittorrent-dht](https://github.com/feross/bittorrent-dht).
39
+
Also see [bittorrent-dht](https://www.npmjs.com/package/bittorrent-dht).
0 commit comments