1
0
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:
Ginger Collison 2019-06-07 10:37:24 -05:00 committed by GitHub
parent 548b48b06f
commit f0ae6fb613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@ graph nats {
publisher [shape="record", label="{Application 1 | <nats> NATS Publisher}"]; publisher [shape="record", label="{Application 1 | <nats> NATS Publisher}"];
application [shape="record", label="{Application 3 | <nats> }"]; 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}"]; subscriber [shape="record", label="{<nats> NATS Subscriber | Application 2}"];
publisher:nats -- gnatsd [penwidth=2]; publisher:nats -- natsserver [penwidth=2];
application:nats -- gnatsd; application:nats -- natsserver;
gnatsd -- subscriber:nats [penwidth=2, dir="forward"]; natsserver -- subscriber:nats [penwidth=2, dir="forward"];
} }
</code></div> </code></div>