### TODO: 1. proper logging 2. working threads and posts 3. add authorization and ip whitelist 4. parse http form `multipart/form-data` 5. add images 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 + 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 `//` uri. ### POST usage