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
|
||||
|
||||
```
|
||||
┌──────────────────────┐
|
||||
│ BitTorrent Client │◀──────────────┐
|
||||
└──────────────────────┘ │
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
┌────────────▼──────────────────────────┴───────────────────┐─────────────────────────┐
|
||||
│┌──────────────────────┐ ┌──────────────────────┐frontend│ chihaya│
|
||||
││ Parser │ │ Writer │ │ │
|
||||
│└──────────────────────┘ └──────────────────────┘ │ │
|
||||
│ │ ▲ │ │
|
||||
└────────────┼──────────────────────────┼───────────────────┘ │
|
||||
┌────────────▼──────────────────────────┴───────────────────┐ │
|
||||
│┌──────────────────────┐ ┌──────────────────────┐ logic│ │
|
||||
││ PreHook Middleware │──▶│ Response Generator │◀───────│─────────────┐ │
|
||||
│└──────────────────────┘ └──────────────────────┘ │ │ │
|
||||
│ │ │ │
|
||||
│┌──────────────────────┐ │ ┌──────────────────────┐│
|
||||
││ PostHook Middleware │───────────────────────────────────│▷│ Storage ││
|
||||
│└──────────────────────┘ │ └──────────────────────┘│
|
||||
│ │ │
|
||||
└───────────────────────────────────────────────────────────┘─────────────────────────┘
|
||||
+----------------------+
|
||||
| BitTorrent Client |<--------------+
|
||||
+----------------------+ |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
-------------v--------------------------+-------------------+-------------------------+
|
||||
|+----------------------+ +----------------------+frontend| chihaya|
|
||||
|| Parser | | Writer | | |
|
||||
|+----------------------+ +----------------------+ | |
|
||||
| | ^ | |
|
||||
-------------+--------------------------+-------------------+ |
|
||||
+------------v--------------------------+-------------------+ |
|
||||
|+----------------------+ +----------------------+ logic| |
|
||||
|| PreHook Middleware |-->| Response Generator |<-------|-------------+ |
|
||||
|+----------------------+ +----------------------+ | | |
|
||||
| | | |
|
||||
|+----------------------+ | +----------------------+|
|
||||
|| PostHook Middleware |-----------------------------------|>| Storage ||
|
||||
|+----------------------+ | +----------------------+|
|
||||
| | |
|
||||
+-----------------------------------------------------------+-------------------------+
|
||||
```
|
||||
|
||||
### Description
|
||||
|
|
Loading…
Add table
Reference in a new issue