Add architecture
This commit is contained in:
parent
44f2df363a
commit
376b1a79f3
1 changed files with 13 additions and 0 deletions
13
architecture.md
Normal file
13
architecture.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Architecture fonctionnelle de l'application
|
||||
|
||||
```
|
||||
Client 1 Serveur
|
||||
-------- ------- push pop
|
||||
Sender -----------------------------> ClientListener_1 --------> Stack <------- Dispatcher
|
||||
Listener parse : - get client_n
|
||||
| - get message
|
||||
Client n |
|
||||
-------- |
|
||||
Sender v
|
||||
Listener <--------------------------- ClientSender_n <-------------------------- Pipe_n
|
||||
```
|
Loading…
Reference in a new issue