Stephen Seo
501ce91ac3
Have back_end cleanup stale players/games on an interval, not every iteration of its loop. Replace usage of recursion in db_handler.rs . |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
COPYING | ||
notes.md | ||
README.md |
How to run
Just invoke cargo run --release
to start the server locally. It expects to
have sqlite already installed on your system. Note that the server listens on
port 1237.
Other Notes
See choose-a-license for details about the software license used.