Skip to content

Commit 613eeae

Browse files
committed
readme
1 parent 0a6a2d3 commit 613eeae

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Simple, robust, BitTorrent tracker (client & server) implementation
44

5+
![tracker](https://raw.githubusercontent.com/feross/bittorrent-tracker/master/img.png)
6+
57
Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server.
68

79
A **BitTorrent tracker** is an HTTP service which responds to GET requests from BitTorrent
@@ -12,15 +14,15 @@ participate in the torrent.
1214
Also see [bittorrent-dht](https://github.com/feross/bittorrent-dht). This module is used
1315
by [WebTorrent](http://webtorrent.io).
1416

15-
### install
17+
## install
1618

1719
```
1820
npm install bittorrent-tracker
1921
```
2022

21-
### usage
23+
## usage
2224

23-
#### client
25+
### client
2426

2527
To connect to a tracker, just do this:
2628

@@ -65,7 +67,7 @@ client.update()
6567
client.stop()
6668
```
6769

68-
#### server
70+
### server
6971

7072
To start a BitTorrent tracker server to track swarms of peers:
7173

img.png

51.1 KB
Loading

0 commit comments

Comments
 (0)