From 5b230955209cf349e82c477f5ca2a1b78c575de9 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 19 Jan 2024 16:56:08 +0100 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43daac2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# foxchat + +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