mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
readme: convert diagram to ascii
This is ensure that it renders well across platforms
This commit is contained in:
parent
c886008eec
commit
71c32e2224
1 changed files with 22 additions and 22 deletions
44
README.md
44
README.md
|
@ -31,28 +31,28 @@ Differentiating features include:
|
||||||
### Diagram
|
### Diagram
|
||||||
|
|
||||||
```
|
```
|
||||||
┌──────────────────────┐
|
+----------------------+
|
||||||
│ BitTorrent Client │◀──────────────┐
|
| BitTorrent Client |<--------------+
|
||||||
└──────────────────────┘ │
|
+----------------------+ |
|
||||||
│ │
|
| |
|
||||||
│ │
|
| |
|
||||||
│ │
|
| |
|
||||||
┌────────────▼──────────────────────────┴───────────────────┐─────────────────────────┐
|
-------------v--------------------------+-------------------+-------------------------+
|
||||||
│┌──────────────────────┐ ┌──────────────────────┐frontend│ chihaya│
|
|+----------------------+ +----------------------+frontend| chihaya|
|
||||||
││ Parser │ │ Writer │ │ │
|
|| Parser | | Writer | | |
|
||||||
│└──────────────────────┘ └──────────────────────┘ │ │
|
|+----------------------+ +----------------------+ | |
|
||||||
│ │ ▲ │ │
|
| | ^ | |
|
||||||
└────────────┼──────────────────────────┼───────────────────┘ │
|
-------------+--------------------------+-------------------+ |
|
||||||
┌────────────▼──────────────────────────┴───────────────────┐ │
|
+------------v--------------------------+-------------------+ |
|
||||||
│┌──────────────────────┐ ┌──────────────────────┐ logic│ │
|
|+----------------------+ +----------------------+ logic| |
|
||||||
││ PreHook Middleware │──▶│ Response Generator │◀───────│─────────────┐ │
|
|| PreHook Middleware |-->| Response Generator |<-------|-------------+ |
|
||||||
│└──────────────────────┘ └──────────────────────┘ │ │ │
|
|+----------------------+ +----------------------+ | | |
|
||||||
│ │ │ │
|
| | | |
|
||||||
│┌──────────────────────┐ │ ┌──────────────────────┐│
|
|+----------------------+ | +----------------------+|
|
||||||
││ PostHook Middleware │───────────────────────────────────│▷│ Storage ││
|
|| PostHook Middleware |-----------------------------------|>| Storage ||
|
||||||
│└──────────────────────┘ │ └──────────────────────┘│
|
|+----------------------+ | +----------------------+|
|
||||||
│ │ │
|
| | |
|
||||||
└───────────────────────────────────────────────────────────┘─────────────────────────┘
|
+-----------------------------------------------------------+-------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
Loading…
Add table
Reference in a new issue