# fukamachi/woo

A fast non-blocking HTTP server on top of libev

Repository: https://github.com/fukamachi/woo
Canonical: https://ross.abutalabs.com/products/woo
Homepage: http://ultra.wikia.com/wiki/Woo_(Kaiju)
Language: Common Lisp
License: MIT
License Family: permissive
Topics: common-lisp, webserver
Last push: 2026-03-21T12:50:57+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 73, release rhythm 35, longevity 100
- inputs: {"age_days": 4341, "days_push": 165, "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 1394, forks 99 (observed 2026-08-28T04:04:36.342930+00:00)

## What it is
Woo is a fast, non-blocking HTTP server for Common Lisp built on top of libev, aiming to be among the fastest web servers in any language. It integrates with Clack/Lack applications and supports multi-worker clustering and SSL.

## Use cases
- serve HTTP requests from a Common Lisp web application
- run a high-performance non-blocking web server on libev
- deploy a Clack/Lack app in production
- run a multi-worker clustered web server
- serve HTTPS with SSL certificates in Common Lisp

## When to choose
- you are building web applications in Common Lisp with Clack/Lack
- you need a fast event-driven HTTP server on UNIX systems
- you want multi-worker clustering and graceful shutdown

## When to avoid
- you need a Windows server (UNIX only)
- you need production-grade stability (still beta quality)
- you are not using SBCL or Common Lisp

## Facets
- artifact type: library
- maturity: active
- function: http-server, web-framework, middleware
- domain: web-development, backend, apis
- platform: bsd
- tags: common-lisp, libev, non-blocking, clack, high-performance, ssl, linux, macos, web-server, docker

## Member repositories
- fukamachi/woo (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:36.342930+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-30T04:39:26.536142+00:00, confidence not recorded.
  - readme: https://github.com/fukamachi/woo (fetched 2026-08-28T04:04:36.342930+00:00, sha da47fa297fb5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
