vault backup: 2023-09-24 13:27:33

This commit is contained in:
Alice 2023-09-24 13:27:33 +01:00
parent 8d45beff6c
commit 952c1eda53
3 changed files with 765 additions and 56 deletions

View file

@ -42,3 +42,10 @@
## Distributed architectures
### 1. Client-server
- Architecture: [[client-server.excalidraw]]
- Functionality and data are in the server.
- A stub runs embedded in the client.
- The stub is part of the server software package
- E.g., the Web (“protocol” is HTTP)
### 2. Proxy Server