mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update intro.md
This commit is contained in:
parent
548b48b06f
commit
f0ae6fb613
@ -10,12 +10,12 @@ graph nats {
|
||||
|
||||
publisher [shape="record", label="{Application 1 | <nats> NATS Publisher}"];
|
||||
application [shape="record", label="{Application 3 | <nats> }"];
|
||||
gnatsd [shape="box", label="", width=4, height=0, penwidth=1];
|
||||
natsserver [shape="box", label="", width=4, height=0, penwidth=1];
|
||||
subscriber [shape="record", label="{<nats> NATS Subscriber | Application 2}"];
|
||||
|
||||
publisher:nats -- gnatsd [penwidth=2];
|
||||
application:nats -- gnatsd;
|
||||
gnatsd -- subscriber:nats [penwidth=2, dir="forward"];
|
||||
publisher:nats -- natsserver [penwidth=2];
|
||||
application:nats -- natsserver;
|
||||
natsserver -- subscriber:nats [penwidth=2, dir="forward"];
|
||||
}
|
||||
</code></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user