linda 0.1.2

A multi-threaded HTTP/1.1 server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12

<h1 align="center">Linda</h1>

<p align="center">A multi-threaded (thread pool), minimal HTTP/1.1 server written in Rust</p>

<p align="center"><a href="https://github.com/NullSense/Linda/actions"><IMG SRC="https://github.com/NullSense/Linda/workflows/Rust/badge.svg"></a> <a href="https://github.com/NullSense/Prism/blob/master/LICENSE"><IMG SRC="https://img.shields.io/badge/License-AGPL%20v3-blue.svg"></a> <a href="https://crates.io/crates/linda"><IMG SRC="https://img.shields.io/crates/v/linda.svg"></a> <a href="https://docs.rs/linda/"><IMG SRC="https://docs.rs/linda/badge.svg"></a></p>

## 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`