Notes/Web Engineering/canvae/server_client.canvas
2024-12-07 21:07:38 +01:00

51 lines
1.0 KiB
Plaintext

{
"nodes": [
{
"id": "817481f214fc30a4",
"type": "text",
"text": "Client :LiUser:",
"styleAttributes": {},
"x": -131,
"y": -272,
"width": 129,
"height": 60
},
{
"id": "28732c8def8fa454",
"type": "text",
"text": "Server :LiComputer:",
"styleAttributes": {
"textAlign": "center"
},
"x": 120,
"y": -272,
"width": 135,
"height": 60
}
],
"edges": [
{
"id": "011f5b95e0100cc5",
"styleAttributes": {
"pathfindingMethod": "square"
},
"fromNode": "817481f214fc30a4",
"fromSide": "top",
"toNode": "28732c8def8fa454",
"toSide": "top",
"label": "Request"
},
{
"id": "29184338e8002da5",
"styleAttributes": {
"pathfindingMethod": "square"
},
"fromNode": "28732c8def8fa454",
"fromSide": "bottom",
"toNode": "817481f214fc30a4",
"toSide": "bottom",
"label": "Response\n\n"
}
],
"metadata": {}
}