You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dawid J. Kubis cd8947e521 | 3 years ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 3 years ago | |
.rustfmt.toml | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 3 years ago |
README.md
TODO:
- proper logging
- better html/css, working threads and posts
- add authorization and ip whitelist
- optimize/clean code, improve memory usage
- add images
Rules
- single page
- threads might be deleted if they reach maximum storage capacity - the least active thread will then be removed.
- id's will be attached to every thread and every response based on the order of creation.
- specific posts will be searchable under the
/<thread_id>/<response_id>
uri.