a quest for a good imageboard
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 3a738ba31f and he stood there, atop a hill, and he heard the screams of threads panicking,
seen he saw the sweating of poisoned mutexes,
and he felt the smell of reset connections.
that's when he knew he was in hell.
3 years ago
src and he stood there, atop a hill, and he heard the screams of threads panicking, 3 years ago
.gitignore added http handling, parsing, status codes, post structure, database options, formatted code 3 years ago
.rustfmt.toml some files 3 years ago
Cargo.lock simplified Thread representation 3 years ago
Cargo.toml simplified Thread representation 3 years ago
README.md added http handling, parsing, status codes, post structure, database options, formatted code 3 years ago

README.md

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.

POST usage