# haywire/haywire

Haywire is an asynchronous HTTP server framework written in C that's built using the event loop based libuv platform layer that node.js is built on top of.

Repository: https://github.com/haywire/haywire
Canonical: https://ross.abutalabs.com/products/haywire
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2020-12-06T06:48:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4885, "days_push": 2096, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1123, forks 126 (observed 2026-08-28T04:03:40.594747+00:00)

## What it is
Haywire is an asynchronous HTTP server framework written in C, built on the libuv event loop that powers node.js. It aims for a minimal feature set with extremely high request throughput and low latency and resource usage.

## Use cases
- build a high-performance HTTP server in C
- serve millions of requests per second with low latency
- learn how to write an event-loop based HTTP server
- benchmark HTTP server throughput and latency
- build a minimal non-blocking web server on libuv

## When to choose
- you need maximum HTTP throughput and minimal latency in C
- you want a lightweight libuv-based server framework
- you are experimenting with or learning high-performance server internals

## When to avoid
- you need a full-featured web framework with routing, middleware, and ecosystem
- you want a maintained project with active development
- you prefer higher-level languages or batteries-included HTTP servers

## Facets
- artifact type: framework
- maturity: maintenance
- function: http-server, web-framework, concurrency, networking
- domain: web-development, backend, performance, developer-tools
- platform: windows, cross-platform, c
- tags: libuv, asynchronous-io, high-performance, http-keep-alive, http-pipelining, low-latency, linux, macos

## Member repositories
- haywire/haywire (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.594747+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:40:52.635790+00:00, confidence not recorded.
  - readme: https://github.com/haywire/haywire (fetched 2026-08-28T04:03:40.594747+00:00, sha 601e9bdeb8ce)
- Data as of 2026-08-30T08:39:29.467469+00:00.
