Linda icon indicating copy to clipboard operation
Linda copied to clipboard

Minimal, multi-threaded HTTP/1.1 server written in Rust

Linda

A multi-threaded (thread pool), minimal HTTP/1.1 server written in Rust

How to run

  • git clone [email protected]:MrCappuccino/Linda.git
  • cd Linda
  • configure with LINDA_ROOT="/static/root" env var
  • LINDA_ROOT="/static/root" cargo run