Small self-contained pure-Go web server with built-in support for Lua scripting, Markdown pages, Sass/GCSS, HTTP/2, QUIC, and accessing Redis and PostgreSQL.




lighttpd is described as '(pronounced "lighty") is a web server designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments' and is a popular Web Server in the development category. There are more than 25 alternatives to lighttpd for a variety of platforms, including Linux, Windows, Mac, Self-Hosted and BSD apps. The best lighttpd alternative is nginx, which is both free and Open Source. Other great apps like lighttpd are Apache HTTP Server, Caddy, Ferron and BunkerWeb.
Small self-contained pure-Go web server with built-in support for Lua scripting, Markdown pages, Sass/GCSS, HTTP/2, QUIC, and accessing Redis and PostgreSQL.




CivetWeb is an easy to use, powerful, C/C++ embeddable web server with optional CGI, SSL and Lua support.
Tornado is an open source version of the scalable, non-blocking web server. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast.
A small HTTP server with SSL, directory listings, virtual hosting and CGI. It is available in Debian's and Ubuntu's repositories as package "mini-httpd" and on Alpine Linux as package "mini_httpd".
qaws (Quick Arm Webserver) is a tiny, open-source, zero-dependency static file server written in Zig. It serves finished websites and assets at high throughput using native event backends, worker-local caching, keep-alive, pipelining, byte ranges, ETags, sendfile, and...

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly...