added docs?
This commit is contained in:
parent
f33bfd1a38
commit
1862ae0d34
|
|
@ -0,0 +1,10 @@
|
|||
# Chat Kit
|
||||
|
||||
This is a self hosted, distributed shat system.
|
||||
It derives a lot of ideas from Discord, IRC and RCS.
|
||||
|
||||
This repository contains a couple of crates.
|
||||
- Protocol: The protocol message structures
|
||||
- Foundation: Shared structures and functions utilised in the server and client crate.
|
||||
- Server: The server that accepts client connections and manages state between them.
|
||||
- Client: A basic terminal client, used for testing and will be unstable.
|
||||
Loading…
Reference in New Issue