readme: add diagram
This commit is contained in:
parent
cc494a91f7
commit
6ba8e475ca
1 changed files with 27 additions and 1 deletions
28
README.md
28
README.md
|
@ -29,7 +29,33 @@ Differentiating features include:
|
|||
|
||||
### Diagram
|
||||
|
||||
Coming Soon
|
||||
```
|
||||
┌──────────────────────┐
|
||||
│ BitTorrent Client ├┬──┐
|
||||
└┬─────────────────────┘│◀─┘
|
||||
└──────────────────────┘
|
||||
▲
|
||||
┌────────────────┼────────────────────────────────────────────────────┐
|
||||
│ ▼ chihaya│
|
||||
│ ┌──────────────────────┐ │
|
||||
│ │ Frontend ├┐ │
|
||||
│ └┬─────────────────────┘│ │
|
||||
│ └──────────────────────┘ │
|
||||
│ ▲ │
|
||||
│ │ │
|
||||
│ ▼ │
|
||||
│ ┌──────────────────────┐ ┌──────────────────────┐ │
|
||||
│ │ PreHook Middleware ├◀───────────│ Storage │ │
|
||||
│ └┬─────────────────────┘│ └──────────────────────┘ │
|
||||
│ └──────────┬───────────┘ △ │
|
||||
│ │ │ │
|
||||
│ ▽ │ │
|
||||
│ ┌──────────────────────┐ │ │
|
||||
│ │ PostHook Middleware ├┐ │ │
|
||||
│ └┬─────────────────────┘│───────────────────────┘ │
|
||||
│ └──────────────────────┘ │
|
||||
└─────────────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
### Description
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue