Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames authored Nov 19, 2023
1 parent a5a7b5c commit 94ac546
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Seedly is a self-hosted seed box, meaning that you can deploy it and use it to d
### Project Overview

#### Seedly Server
The backend for our application, it handles the actual downloading of torrents using MonoTorrent and is connected to the GUI via GRPC streaming endpoint that recieves a request with the magnet link of a file, and returns torrent metadata and download progress back to our interface.
The backend for our application, it handles the actual downloading of torrents using [Anacrolix's Torrent Library](https://github.com/anacrolix/torrent) and is connected to the GUI via GRPC streaming endpoint that recieves a request with the magnet link of a file, and returns torrent metadata and download progress back to our interface.

#### Seedly Server App
The frontend for our application, which contains the major GUI for the application.
Expand All @@ -18,6 +18,12 @@ The frontend for our application, which contains the major GUI for the applicati
2. MudBlazor
3. GRPC
4. ASP.NET Core
5. Go

### Running
```
docker compose up -d
```

### License
MIT License
Expand Down

0 comments on commit 94ac546

Please sign in to comment.