An open API service indexing awesome lists of open source software.

https://github.com/rclarey/torrent

a BitTorrent library for Deno 🦕
https://github.com/rclarey/torrent

bittorrent deno p2p torrent typescript

Last synced: about 1 year ago
JSON representation

a BitTorrent library for Deno 🦕

Awesome Lists containing this project

README

          


A BitTorrent client for Deno


GitHub Workflow Status


GitHub release (latest by date)


Documentation


Dependencies


MIT License

This library is currently in development.

## Roadmap for initial release

- [x] HTTP(S) Tracker Protocol
- [x] Tracker Server Implementation
- [x] Compact Peer Lists (Client)
- [x] Compact Peer Lists (Server)
- [x] UDP Trackers (Server)
- [x] UDP Trackers (Client)
- [x] Peer Protocol
- [ ] Torrent level abstraction
- [ ] Resumption of torrent
- [ ] Economics for choking
- [ ] End game mode
- [ ] Simple proof-of-concept CLI
- [ ] Multitracker Metadata Extension
- [ ] Magnet Links
- [ ] lots of tests