Extended README

This commit is contained in:
Julian Mutter 2023-05-07 19:32:10 +02:00
parent cec4ce203a
commit aac0b1a647

View File

@ -1,4 +1,6 @@
# Example NATS chat application
This application is an example on how to use NATS in rust.
Features implemented are Authentication, Publish-Subscribe and Request-Reply.
## Users
- admin is allowed everything
@ -8,4 +10,4 @@
## Commands
- Writing anything will publish text as a messages
- "invalid" will send a non json string
- "request xyz" will send xyz as a request, getting a automated response
- "request xyz" will send xyz as a request, getting an automated response