summaryrefslogtreecommitdiff
path: root/server/Cargo.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-27server: add config options, better outfile namesrustserverstuebinm1-0/+90
e.g. - ability to log ip addresses of respondents - configurable bind address - reasonably sane defaults (hopefully) - survey name as part of output file names
2021-04-27server: replace guile with rust (init)stuebinm1-0/+664
this is just a quick barebones server, which doesn't really do yet what it is supposed to or what the guile version did.