add readme
This commit is contained in:
parent
d34c41a126
commit
a7b25c42f1
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Foxchat.NET
|
||||||
|
|
||||||
|
a prototype chat server/protocol thing
|
||||||
|
|
||||||
|
two types of servers: identity servers, which users log in to and which clients interact with,
|
||||||
|
and chat servers, which actually host the guilds, channels, and messages.
|
||||||
|
|
||||||
|
very *very* much not ready for use yet
|
||||||
|
|
||||||
|
code is licensed under the Apache License 2.0
|
||||||
|
|
||||||
|
## Packages
|
||||||
|
|
||||||
|
- `Foxchat.Core`: shared classes and model definitions
|
||||||
|
- `Foxchat.Identity`: identity server
|
||||||
|
- `Foxchat.Chat`: chat server
|
Loading…
Reference in a new issue