improve clientlog documentation
Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
committed by
jkoberg
co-authored by
Martin
parent
74f4143f0b
commit
da3f975d87
@@ -2,12 +2,12 @@
|
||||
|
||||
The `sse` service is responsible for sending sse (Server-Sent Events) to a user. See [What is Server-Sent Events](https://medium.com/yemeksepeti-teknoloji/what-is-server-sent-events-sse-and-how-to-implement-it-904938bffd73) for a simple introduction and examples of server sent events.
|
||||
|
||||
## The `...log` service ecosystem
|
||||
## The Log Service Ecosystem
|
||||
|
||||
`...log` services (`userlog`, `clientlog`) are responsible for composing notifications for a certain audience.
|
||||
- `userlog` service translates and adjust messages to be human readable
|
||||
- `clientlog` service composes machine readable messages so clients can act without needing to query the server
|
||||
- `sse` service is only responsible for sending these messages. It does not care about their form or language
|
||||
Log services like the `userlog`, `clientlog` and `sse` are responsible for composing notifications for a certain audience.
|
||||
- The `userlog` service translates and adjusts messages to be human readable.
|
||||
- The `clientlog` service composes machine readable messages, so clients can act without the need to query the server.
|
||||
- The `sse` service is only responsible for sending these messages. It does not care about their form or language.
|
||||
|
||||
## Subscribing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user