From 420b6d3991b5a14a64c90a8e739c3f312e7ca97c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 28 Mar 2024 22:11:48 +0100 Subject: [PATCH] Improved description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c55d3f..d2ee434 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # web -Web server. +A fast HTTP/1.1 web server that can sit behind a reverse proxy like `caddy` or `nginx` for HTTP 1/2/3 support. ## Features - High performance - Low latency -- Radix tree routing +- Scales incredibly well with the number of routes ## Installation