Test QuickGV: Difference between revisions
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
<quickgv name="123" theme="warm"> | <quickgv name="123" theme="warm"> | ||
subgraph cluster_clients { | subgraph cluster_clients { | ||
c1[label="new WebSocket('/foo')"]; | c1[label="var ws = new WebSocket('/foo')"]; | ||
c2[label="ws.onopen"]; | c2[label="ws.onopen"]; | ||
c3[label="ws.send()", constraint=true]; | c3[label="ws.send()", constraint=true]; | ||
| Line 10: | Line 10: | ||
} | } | ||
/* | |||
subgraph cluster_services { | subgraph cluster_services { | ||
s1[label="cast service"]; | s1[label="cast service"]; | ||
| Line 28: | Line 29: | ||
c1 -> w1 -> q1 -> s1; | c1 -> w1 -> q1 -> s1; | ||
s2 -> q2 -> w2 -> c2; | s2 -> q2 -> w2 -> c2; | ||
*/ | |||
</quickgv> | </quickgv> | ||
Revision as of 06:27, 5 March 2021
See: https://graphviz.gitlab.io/_pages/pdf/dotguide.pdf
WebSocket Service
建議線路 gen1
建議線路 gen2
A
testflow
test