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

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 1 year 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 git@github.com:MrCappuccino/Linda.git`
* `cd Linda`
* configure with `LINDA_ROOT="/static/root"` env var
* `LINDA_ROOT="/static/root" cargo run`