0.2.3 • Published 7 years ago

bitty-tracker v0.2.3

Weekly downloads
11
License
ISC
Repository
github
Last release
7 years ago

bitty-tracker

Create http - udp - ws bittorrent tracker whitout database based on [bittorrent-tracker]

bittytracker

install

npm install bitty-tracker

usage

To start a BitTorrent tracker server, create index.js and add this:

var bitty = require('bitty-tracker')

The http server will handle requests for the following paths: /announce, /scrape. Requests for other paths will not be handled.

command line

Easily start a tracker server:

$ node index.js --start -h localhost
http server listening on 8000
udp server listening on 8000
ws server listening on 8000
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago