Skip to content

Instantly share code, notes, and snippets.

@derekcollison
Created November 20, 2015 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekcollison/c0b487861e9a7b07d50a to your computer and use it in GitHub Desktop.
Save derekcollison/c0b487861e9a7b07d50a to your computer and use it in GitHub Desktop.
NATS Telnet
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