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
e08c368365
added ability to parse POST data efficiently, support for binary data (images), removed the url crate, added better errors, implemented From<HandlingError> for Response, better http request parsing, commented out useless pieces of code |
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 3 years ago | |
.rustfmt.toml | 3 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 2 years ago |
README.md
TODO:
- limit storage, maybe with pseudorandomness, find a way to clean old threads
- better html and css
- optimize/clean code, improve memory usage
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.