From 18de908a1c88ba8bd5daab45a647e209eab93ae6 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 25 Jun 2021 15:26:53 +0200 Subject: [PATCH] feat: add static-web-server project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b9052..dbacc56 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) — simple static http server * [wyhaya/see](https://github.com/wyhaya/see) — Static HTTP file server [![Build Status](https://api.travis-ci.org/wyhaya/see.svg?branch=master)](https://travis-ci.org/wyhaya/see) * [ronanyeah/rust-hasura](https://github.com/ronanyeah/rust-hasura) — A demonstration of how a Rust GraphQL server can be used as a remote schema with [Hasura](https://hasura.io/) ![Rust](https://github.com/ronanyeah/rust-hasura/workflows/Rust/badge.svg?branch=master) +* [joseluisq/static-web-server](https://github.com/joseluisq/static-web-server) — A blazing fast and asynchronous web server for static files-serving. ⚡ [![CI](https://github.com/joseluisq/static-web-server/actions/workflows/devel.yml/badge.svg)](https://github.com/joseluisq/static-web-server/actions/workflows/devel.yml?query=branch%3Amaster) ## Development tools