last-before-sharing

This commit is contained in:
ycc
2022-08-29 15:40:29 +02:00
parent dee68043d1
commit 3966299a91
15 changed files with 1287 additions and 18 deletions

15
doc/usecase01.puml Normal file
View File

@ -0,0 +1,15 @@
@startuml Simple server based communication
actor Client1
node Server [
Server
]
actor Client2
Client1 -u-> Server:Send Message
Client2 -u-> Server: Retrieve Message
@enduml