File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33#### Simple, robust, BitTorrent tracker (client & server) implementation
44
5+ ![ tracker] ( https://raw.githubusercontent.com/feross/bittorrent-tracker/master/img.png )
6+
57Node.js implementation of a [ BitTorrent tracker] ( https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol ) , client and server.
68
79A ** BitTorrent tracker** is an HTTP service which responds to GET requests from BitTorrent
@@ -12,15 +14,15 @@ participate in the torrent.
1214Also see [ bittorrent-dht] ( https://github.com/feross/bittorrent-dht ) . This module is used
1315by [ WebTorrent] ( http://webtorrent.io ) .
1416
15- ### install
17+ ## install
1618
1719```
1820npm install bittorrent-tracker
1921```
2022
21- ### usage
23+ ## usage
2224
23- #### client
25+ ### client
2426
2527To connect to a tracker, just do this:
2628
@@ -65,7 +67,7 @@ client.update()
6567client .stop ()
6668```
6769
68- #### server
70+ ### server
6971
7072To start a BitTorrent tracker server to track swarms of peers:
7173
You can’t perform that action at this time.
0 commit comments