Test QuickGV: Difference between revisions
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"]; | c2[label="ws.onopen = function (ev) => { ... }"]; | ||
c3[label="ws. | c3[label="ws.onmessage = function (ev) => { ... }"]; | ||
c4[label="ws. | c4[label="ws.send()"]; | ||
} | } | ||
Revision as of 06:28, 5 March 2021
See: https://graphviz.gitlab.io/_pages/pdf/dotguide.pdf
WebSocket Service
建議線路 gen1
建議線路 gen2
A
testflow
test