commit 8779686eb67e0918c487d2cb61cf97105874eff4
parent a44f6699cb787f3357c5d8ab818afca54c8c5ab7
Author: bakopap <bakopap@localhost.localhost>
Date: Thu, 24 Mar 2016 07:43:21 -0300
Add Lwan web server to rocks.md
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
@@ -217,6 +217,7 @@ Web Servers
* [thttpd](http://acme.com/software/thttpd/) - Outperforms many bigger httpds. Old, still works very well!
* [mini_httpd](http://acme.com/software/mini_httpd/) - By the thttpd developers. Even smaller subset of thttpd with support for .htpasswd, CGI, dirlisting, HTTP errors and SSL, nothing more or less than that.
* [darkhttpd](https://unix4lyfe.org/darkhttpd/) - Darkhttpd is a simple, fast HTTP 1.1 web server for static content.
+* [Lwan](https://lwan.ws/) - Lwan is a high-performance & scalable web server that serves both static and dynamic content.
* [quark](http://git.suckless.org/quark/) - suckless httpd, not released yet
Gopher Servers