# althttpd **Repository Path**: rustlab/althttpd ## Basic Information - **Project Name**: althttpd - **Description**: althttpd 的设计目标就是为了简单、安全同时低资源消耗。在 2018 年,http://sqlite.org 每天要响应 50 万的 HTTP 请求,而只用了价值 40 美金的服务器,而且服务器处于很低的负载(0.1 或者 0.2),可以看出其性能还是不错的。我们来看下 althttpd 的代码,项目实际只有一个 c 文件,整体行数也不多,是一个非常不错的学习项目。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-19 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README althttpd ======== NOTE: there is a more up-to-date mirror of the official altttpd fossil repo at https://github.com/jesrui/althttpd-mirror This is a clone of [alhttpd](https://www.sqlite.org/docsrc/artifact/348b063918d0d38a90b956ac0c152ce32365bd7e), the small, simple HTTP server distributed with the sqlite documentation. It is currently (was?) serving [sqlite.org](http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg02065.html) and [core.tcl.tk](http://wiki.tcl.tk/37909).