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

undertow-io/undertow

High performance non-blocking webserver observed · 2026-08-28

github.com/undertow-io/undertow · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 97
  • Release rhythm 84
  • Longevity 100
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: 11.0
  • age_days: 5159
  • days_rel: 105
  • days_push: 19
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

3760 stars · 1054 forks observed · 2026-08-28

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

Undertow is a high-performance, non-blocking Java web server built on NIO, providing a core HTTP server, a Servlet 4.0/5.0/6.0 container, and WebSocket support. It is fully embeddable with a fluent builder API and a composition-based handler architecture, and serves as the default web server in WildFly.

Use cases

  • embed a lightweight http server in a java application
  • run a servlet container without a full application server
  • serve websockets from a java backend
  • build a custom non-blocking http server from composable handlers
  • replace tomcat or jetty with a faster embedded server
  • support http/2 in a java service

When to choose

  • you need an embeddable, high-performance Java HTTP server with low overhead
  • you want servlet support without a heavyweight application server
  • you need WebSocket or HTTP/2 support on the JVM
  • you want fine-grained control over server composition via handlers

When to avoid

  • you need a non-JVM stack
  • you want a batteries-included full application server rather than a library
  • your team is unfamiliar with NIO and non-blocking programming models

Facets

library · maturity stable

http-server websocket middleware routing web-development backend developer-tools jvm cross-platform nio servlet-container http2 embeddable wildfly ajp

3 sources

Member repositories

RepositoryRoleHealth v2
undertow-io/undertowmain93

For agents

markdown · JSON · MCP: product_card(name="undertow-io/undertow")

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