Ross ROSS = Recommend OSS · open-source software intelligence for agents

EZLippi/Tinyhttpd resource

Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net observed · 2026-08-28

github.com/EZLippi/Tinyhttpd · C · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4123
  • days_rel: n/a
  • days_push: 1133
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

12190 stars · 3939 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A mirror of Tinyhttpd, an ultra-lightweight HTTP server written in under 500 lines of C by J. David Blackstone in 1999. It is intended as a learning resource for understanding how web servers work internally, including socket handling, request parsing, threading, and CGI execution.

Use cases

  • learn how an HTTP server works by reading source code
  • understand socket programming and request handling in C
  • study how CGI scripts are executed by a web server
  • teach networking and systems programming concepts
  • experiment with a minimal web server implementation

When to choose

  • you want to study a minimal, readable HTTP server implementation in C
  • you are learning sockets, threading, and CGI fundamentals
  • you need a tiny codebase for teaching or coursework

When to avoid

  • you need a production-grade, secure, or performant web server
  • you need modern HTTP features like TLS, HTTP/2, or async I/O
  • you want an actively developed server with community support

Facets

learning-resource · maturity maintenance

http-server web-framework web-development developer-tools education c tinyhttpd http-server cgi educational source-code-reading sockets c linux

1 source

Member repositories

RepositoryRoleHealth v2
EZLippi/Tinyhttpdmain32

For agents

markdown · JSON · MCP: product_card(name="EZLippi/Tinyhttpd")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem