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

jonashaag/bjoern

A screamingly fast Python 2/3 WSGI server written in C. observed · 2026-08-28

github.com/jonashaag/bjoern · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 6029
  • days_rel: n/a
  • days_push: 754
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3041 stars · 188 forks observed · 2026-08-28

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

bjoern is an ultra-lightweight, high-performance WSGI HTTP/1.1 server for CPython 2 and 3, written in ~1000 lines of C on top of libev and http-parser. It serves Python web applications (e.g., Flask, Django) with a tiny ~600KB memory footprint and keep-alive support.

Use cases

  • serve a flask app in production
  • fast wsgi server for python
  • lightweight python http server with low memory footprint
  • replace gunicorn with a faster wsgi server
  • bind python web app to unix socket
  • run django behind nginx with a minimal wsgi server

When to choose

  • you need a minimal, extremely fast WSGI server for CPython
  • memory footprint matters (e.g., containers, small VPS)
  • you serve a Python app behind a reverse proxy like nginx
  • you want keep-alive and chunked HTTP/1.1 support without heavy dependencies

When to avoid

  • you need async/ASGI support for WebSockets or long-lived connections
  • you need multi-threading, worker processes, or built-in process management
  • you need extensive features like TLS termination, static files, or admin tooling
  • you want a batteries-included server like gunicorn or uwsgi

Facets

library · maturity active

http-server web-framework web-development backend performance python cross-platform wsgi asgi-alternative libev http-parser production-server keep-alive unix-sockets linux macos

1 source

Member repositories

RepositoryRoleHealth v2
jonashaag/bjoernmain32

For agents

markdown · JSON · MCP: product_card(name="jonashaag/bjoern")

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