docs: reamde
This commit is contained in:
parent
70816e3a89
commit
210301df44
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue