Test QuickGV: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 5: Line 5:
subgraph cluster_clients {
subgraph cluster_clients {
   c1[label="var ws = new WebSocket('/foo')"];
   c1[label="var ws = new WebSocket('/foo')"];
   c2[label="ws.onopen = function (ev) => { ... }"];
   c2[label="ws.onopen = function (ev)"];
   c3[label="ws.onmessage = function (ev) => { ... }"];
   c3[label="ws.onmessage = function (ev)"];
   c4[label="ws.send()"];
   c4[label="ws.send()"];
}
}

Revision as of 06:34, 5 March 2021

See: https://graphviz.gitlab.io/_pages/pdf/dotguide.pdf

WebSocket Service

建議線路 gen1

建議線路 gen2

A

testflow

test

Crawling Flow

GDS

Geomancer

Sandbox