minimal sr server aimed for minimal file size.
it uses the smol
runtime instead of the usual go-to tokio
.
sdkserver is abusing build.rs
, can probably go lower if using hyper
instead too.
for the more "complete" and "proper" PS go to https://github.com/f2pqingque/sr
- sdkserver: 305 KB (312,320 bytes)
- gameserver: 276 KB (283,136 bytes)
cargo run --release --bin sdk
cargo run --release --bin gme