https://github.com/utkarshthedev/bittorrent-client
A Bit Torrent Client in Node JS
https://github.com/utkarshthedev/bittorrent-client
Last synced: 9 months ago
JSON representation
A Bit Torrent Client in Node JS
- Host: GitHub
- URL: https://github.com/utkarshthedev/bittorrent-client
- Owner: UtkarshTheDev
- Created: 2025-09-01T16:35:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T08:57:52.000Z (9 months ago)
- Last Synced: 2025-09-20T10:26:39.270Z (9 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bittorrent-client
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.