https://github.com/spersico/bittorrent-ts
Codecrafters challenge: https://app.codecrafters.io/courses/bittorrent/overview
https://github.com/spersico/bittorrent-ts
Last synced: 2 months ago
JSON representation
Codecrafters challenge: https://app.codecrafters.io/courses/bittorrent/overview
- Host: GitHub
- URL: https://github.com/spersico/bittorrent-ts
- Owner: spersico
- Created: 2024-10-21T19:52:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T23:10:17.000Z (7 months ago)
- Last Synced: 2024-10-28T03:16:05.256Z (7 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
This is an in-progress TypeScript solution to the
["Build Your Own BitTorrent" Challenge](https://app.codecrafters.io/courses/bittorrent/overview).In this challenge, I intended to build a BitTorrent client that's capable of parsing a
.torrent file and downloading a file from a peer.# Running and Pushing Changes
1. Ensure you have `bun` installed locally
2. Run `./your_bittorrent.sh` to run your program, which is implemented in
`app/main.ts`.
3. Commit your changes and run `git push origin master` to submit your solution
to CodeCrafters (or `git push public master` to publish to Github). Test output will be streamed to your terminal.