Migrated
This commit is contained in:
51
Web Engineering/canvae/server_client.canvas
Normal file
51
Web Engineering/canvae/server_client.canvas
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
Reference in New Issue
Block a user