{"id":19774121,"url":"https://github.com/bittricky/node-torrent","last_synced_at":"2025-10-26T20:42:58.351Z","repository":{"id":241476121,"uuid":"797969738","full_name":"bittricky/node-torrent","owner":"bittricky","description":"Simple node.js bittorrent client","archived":false,"fork":false,"pushed_at":"2024-05-26T21:34:24.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T11:48:33.429Z","etag":null,"topics":["javascript","nodejs","torrent","tutorial"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bittricky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-08T20:46:26.000Z","updated_at":"2024-05-26T21:34:28.000Z","dependencies_parsed_at":"2024-05-28T16:11:28.691Z","dependency_job_id":"892cc342-7df8-4e1f-af9b-22533424e26e","html_url":"https://github.com/bittricky/node-torrent","commit_stats":null,"previous_names":["bittricky/node-torrent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bittricky/node-torrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fnode-torrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fnode-torrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fnode-torrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fnode-torrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bittricky","download_url":"https://codeload.github.com/bittricky/node-torrent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittricky%2Fnode-torrent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261815178,"owners_count":23213822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","nodejs","torrent","tutorial"],"created_at":"2024-11-12T05:12:01.792Z","updated_at":"2025-10-26T20:42:53.316Z","avatar_url":"https://github.com/bittricky.png","language":"JavaScript","readme":"# Node Torrent\n\n\u003e Simple exercise in building a node.js torrent client\n\n### Prerequisites\n\nInstalling Node and NPM is pretty straightforward using the installer package available from the [Node.js](https://nodejs.org/en/).\n\n### Install\n\nTo install the project dependencies run the following command\n\n```\n$ npm install\n```\n\n### Development\n\n```\n$ npm run start\n```\n\n### Project Structure\n\n```\nnode-torrent/\n├── node_modules/\n├── src/\n│   ├── client/\n│   │   ├── peer.js\n│   │   ├── message-handler.js\n│   ├── tracker/\n│   │   ├── tracker.js\n│   ├── torrent/\n│   │   ├── torrent-parser.js\n│   │   ├── piece-manager.js\n│   ├── utils/\n│   │   ├── buffer-utils.js\n│   │   ├── id-generator.js\n├── test/\n│   ├── puppy.torrent\n├── .gitignore\n├── package.json\n├── README.md\n└── index.js\n```\n\n### Credit\n\nbased on the [how to make your own bittorrent client](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html#getting-peers-via-the-tracker)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittricky%2Fnode-torrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbittricky%2Fnode-torrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittricky%2Fnode-torrent/lists"}