Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NullSense/Linda

Minimal, multi-threaded HTTP/1.1 server written in Rust
https://github.com/NullSense/Linda

http-server rust

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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`