/Linda

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

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

Linda

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

How to run

  • git clone git@github.com:MrCappuccino/Linda.git
  • cd Linda
  • configure with LINDA_ROOT="/static/root" env var
  • LINDA_ROOT="/static/root" cargo run