first attempt at networking (does not work)

This commit is contained in:
2025-03-26 15:28:16 -05:00
parent a134513b9c
commit c85581749b
5 changed files with 126 additions and 31 deletions

View File

@ -31,6 +31,6 @@ meson build server # for server only
## Running
```shell
./build/client
./build/server
./build/client # for client application
./build/server # for server application
```