https://github.com/euank/eutracker
Simple nodejs torrent tracker
https://github.com/euank/eutracker
Last synced: over 1 year ago
JSON representation
Simple nodejs torrent tracker
- Host: GitHub
- URL: https://github.com/euank/eutracker
- Owner: euank
- License: agpl-3.0
- Created: 2014-01-11T23:53:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T07:24:48.000Z (over 10 years ago)
- Last Synced: 2025-01-24T17:20:01.119Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EuTracker
A small bittorrent tracker I wrote way back when.
This sucker hasn't been battle-tested at all, but it should be fairly scalable. Hopefully. :grin:
Future plans include adding a distributed store for peers so you can run
multiple copies to scale horizontally-ish, though you already could to some
extent since the Bittorrent protocol doesn't require any real consistency, not
even "eventual".
# License
AGPLv3