Created
November 20, 2015 03:48
-
-
Save derekcollison/c0b487861e9a7b07d50a to your computer and use it in GitHub Desktop.
NATS Telnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
telnet demo.nats.io 4222 | |
Connected to demo.nats.io. | |
Escape character is '^]'. | |
INFO {"server_id":"ad29ea9cbb16f2865c177bbd4db446ca","version":"0.6.8","go":"go1.5.1","host":"0.0.0.0","port":4222,"auth_required":false,"ssl_required":false,"max_payload":1048576} | |
SUB foo 1 | |
+OK | |
PUB foo 6 | |
hello! | |
+OK | |
MSG foo 1 6 | |
hello! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment