~qeef/wschat

89b0dffe0f704c4cad0c10d9a852085d22311f7f — Jiri Vlasak 3 years ago e7409b8
Add how to think about wschat section to readme

Resolves: #1
1 files changed, 4 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +4 -0
@@ 4,6 4,10 @@ WebSocket Chat
`wschat` is very simple [WebSocket][] chat server. The project is published
under [AGPLv3 License][].

`wschat` does **NOT** support encryption or direct/group messaging. Please,
think about `wschat` as *real-time public (moderated) mailing list without
history*. Anyone can join to the server and listen to all the messages.

[WebSocket]: https://en.wikipedia.org/wiki/WebSocket
[AGPLv3 License]: ./LICENSE