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

jeremycw/httpserver.h

Single header library for writing non-blocking HTTP servers in C observed · 2026-08-28

github.com/jeremycw/httpserver.h · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

68/100

  • Activity 79
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2480
  • days_rel: n/a
  • days_push: 129
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1939 stars · 157 forks observed · 2026-08-28

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

A single-header C library for building event-driven, non-blocking HTTP servers using epoll (Linux) and kqueue (BSD/macOS). It provides a minimal API for handling requests and responses with high throughput.

Use cases

  • write a fast HTTP server in C without dependencies
  • embed a lightweight HTTP server in a C application
  • build a small REST API backend in C
  • serve a simple endpoint with high concurrency
  • learn how event-driven non-blocking servers work

When to choose

  • you need a dependency-free, single-header HTTP server in C
  • you want high throughput on Linux or macOS with epoll/kqueue
  • you're embedding an HTTP interface into an existing C program

When to avoid

  • you need HTTPS/TLS support out of the box
  • you need a full-featured web framework with routing, middleware, or templating
  • you need Windows support
  • you'd rather use a battle-tested production server like NGINX as a reverse proxy in front of your app

Facets

library · maturity stable

http-server web-framework web-development backend developer-tools bsd c single-header non-blocking event-driven epoll kqueue http linux macos

1 source

Member repositories

RepositoryRoleHealth v2
jeremycw/httpserver.hmain68

For agents

markdown · JSON · MCP: product_card(name="jeremycw/httpserver.h")

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