12 lines
341 B
Markdown
12 lines
341 B
Markdown
# Example NATS chat application
|
|
|
|
## Users
|
|
- admin is allowed everything
|
|
- client may pusblish and subscribe to the chat channel
|
|
- guest may only read chat messages
|
|
|
|
## 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
|