diff --git a/README.md b/README.md index fd23441..78b563a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Virtualization](#virtualization) - [Window managers](#window-managers) - [Web](#web) + - [Web Servers](#web-servers) - [Development tools](#development-tools) - [Build system](#build-system) - [Debugging](#debugging) @@ -243,6 +244,12 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [OUISRC/muro](https://github.com/OUISRC/muro) — A new Forum use rust, rocket, diesel, postgresql, and responsive design [](https://travis-ci.org/OUISRC/muro) +### Web Servers + +* [thecoshman/http](https://github.com/thecoshman/http) — Host These Things Please - a basic http server for hosting a folder fast and simply [](https://travis-ci.org/thecoshman/http) +- [svenstaro/miniserve](https://github.com/svenstaro/miniserve) — a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP [](https://travis-ci.org/svenstaro/miniserve) +- [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) - simple static http server + ## Development tools * [Clippy](https://github.com/rust-lang-nursery/rust-clippy) [[clippy](https://crates.io/crates/clippy)] — Rust lints [](https://travis-ci.org/rust-lang-nursery/rust-clippy)