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.
kchan/README.md

15 lines
405 B
Markdown

### TODO:
6. limit storage, maybe with pseudorandomness, find a way to clean old threads
7. better html and css
8. optimize/clean code, improve memory usage
### Rules
+ single page
3 years ago
+ 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.
### POST usage