Benefits
Free as in freedom
You don't need to worry about issues related to proprietary software, such as backdoors or licensing issues. Project Karpacz is licensed under a permissive MIT license, and you can contribute to its developement via a Git repository.
Fast
Project Karpacz leverages Rust's asynchronous capabilities to ensure fast request serving. According to our own benchmarks, it performs similarly to a popular Caddy web server.
Memory-safe
Project Karpacz is written in Rust, a programming language designed for memory safety. This ensures that Project Karpacz has lower risk of memory safety bugs compared to popular web servers written in C or C++, like Apache httpd or NGINX.
Extensible
You can extend Project Karpacz by loading various server modules, which add various functionality to Project Karpacz.