Inital commit
This commit is contained in:
commit
9eb0d8600b
9 changed files with 7 additions and 0 deletions
0
client-config.json.example
Normal file
0
client-config.json.example
Normal file
4
server-config.json
Normal file
4
server-config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"listen": "127.0.0.1",
|
||||
"port": 8000
|
||||
}
|
3
server-config.json.example
Normal file
3
server-config.json.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
[host]
|
||||
listen = "0.0.0.0"
|
||||
port = "8000"
|
0
src/client/websocket.rs
Normal file
0
src/client/websocket.rs
Normal file
0
src/common/lib.rs
Normal file
0
src/common/lib.rs
Normal file
0
src/common/packets.rs
Normal file
0
src/common/packets.rs
Normal file
0
src/common/user.rs
Normal file
0
src/common/user.rs
Normal file
0
src/server/config.rs
Normal file
0
src/server/config.rs
Normal file
0
src/server/db.rs
Normal file
0
src/server/db.rs
Normal file
Loading…
Reference in a new issue