From aac0b1a64731a6f89c802203b1eb159b2052c187 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 7 May 2023 19:32:10 +0200 Subject: [PATCH] Extended README --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0aed891..436d02d 100644 --- a/Readme.md +++ b/Readme.md @@ -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