From 210301df448ea4d9c27978c0edf340e684394587 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 21 Jun 2024 21:01:03 +0200 Subject: [PATCH] docs: reamde --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..738fa7e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# scct backend + +tldr: + + * no capnproto + * no http framework + * C2S is a stream + * S2S is packet based broadcast + * probably use tungstenite for web clients + * can we have better streams for mobile/desktop? + * sea_orm and sqlx are huge but ehh db flexibility is nice feature + * i have no clue honestly + * super cool chat thing yayyyyyyyy