bitty-tracker
v0.2.3
Published
Create http - udp - ws bittorrent tracker whitout database
Downloads
2
Readme
bitty-tracker
Create http - udp - ws bittorrent tracker whitout database based on []
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