summaryrefslogtreecommitdiff
path: root/server/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-27server: add config options, better outfile namesrustserverstuebinm1-27/+94
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/+64
this is just a quick barebones server, which doesn't really do yet what it is supposed to or what the guile version did.