YaTHS
YaTHS is an ultra-lightweight HTTP file server designed for directory browsing and local development scenarios. Fast startup and extremely low footprint, suitable for intranet testing, embedded and temporary file sharing.
·Excellent performance: Compared to Python http.server, a typical scenario can achieve approximately 12x request throughput improvement ·Catalog browsing: Catalog list page with built-in modern minimalist style, mobile friendly · MIME support: Automatic processing of common MIME types and direct access to static files ·Concurrency model: Fork-based concurrency processing, simple and robust ·Security protection: Built-in directory traversal protection, optional display of hidden files (-a/-show-hidden) ·Self-contained: Statically linked versions can run in multiple environments, suitable for embedded or minimized containers ·Resource usage: Memory usage is about hundreds of KB, suitable for resource-limited scenarios ·Concise parameters: Support-port and-dir to specify listening port and root directory, available out of the box


