We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc56f4 commit edf03edCopy full SHA for edf03ed
README.md
@@ -59,11 +59,12 @@ client.update() // force a tracker announce. will trigger more 'update' events a
59
client.stop() // stop getting peers from the tracker, gracefully leave the swarm
60
```
61
62
-**TODO:** Add BitTorrent tracker server implementation!
+**TODO: Add a BitTorrent tracker server implementation to this package.**
63
64
```js
65
var Server = require('bittorrent-tracker').Server
66
67
+// TODO
68
69
70
## license
0 commit comments