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

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

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.