Inital commit

This commit is contained in:
Leon Grünewald 2024-04-30 01:00:59 +02:00
commit 9eb0d8600b
9 changed files with 7 additions and 0 deletions

View file

4
server-config.json Normal file
View file

@ -0,0 +1,4 @@
{
"listen": "127.0.0.1",
"port": 8000
}

View file

@ -0,0 +1,3 @@
[host]
listen = "0.0.0.0"
port = "8000"

0
src/client/websocket.rs Normal file
View file

0
src/common/lib.rs Normal file
View file

0
src/common/packets.rs Normal file
View file

0
src/common/user.rs Normal file
View file

0
src/server/config.rs Normal file
View file

0
src/server/db.rs Normal file
View file