Skip to content

Commit 56963aa

Browse files
author
Murilo Marinho
committed
Adding mermaid graph.
1 parent 1607b16 commit 56963aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/service_servers_and_clients.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ At your Service: Servers and Clients
1212

1313
In some cases, we need means of communication in which each command has an associated response. That is where :code:`Services` come into play.
1414

15+
.. mermaid::
16+
17+
%%{init: { "theme" : "dark" }}%%
18+
graph LR;
19+
A[Service Client #1] --> B[Service Server]
20+
C[Service Client #2] --> B
21+
B --> A
22+
B --> C
23+
1524
Create the package
1625
------------------
1726

0 commit comments

Comments
 (0)