From cbb1657a495d2c45fa3aff239e62507080e63fcc Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 17 Jul 2026 02:39:08 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4125f0..341da13 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # teletraan -a static binary-based rootless dockerized web server that is so small, it is effectively braindead \ No newline at end of file +a static binary-based rootless dockerized web server that is so small, it is effectively braindead, while remaining featureful for most usecases + +inspired by busybox httpd. + +in less than 100 loc, it currently supports: + +- gzipped files +- serving single page webapps like cinny nginx-style via the ``-s`` flag + +it has extremely minimal dependencies, so minimal that you can tack on a crapload of compilation options and use nightly rust without harming binary functionality. + +it is compiled with ``panic=immediate-abort``. + +## license + +ISC \ No newline at end of file