NanoHttpd/nanohttpd
Tiny, easily embeddable HTTP server in Java. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 5136
- days_rel: n/a
- days_push: 1135
- n_releases_24m: 0
Adoption not part of the score
7233 stars · 1717 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NanoHTTPD is a tiny, lightweight HTTP server library written in Java, designed to be easily embedded inside other Java applications. It provides a simple API for handling HTTP requests and includes a simple standalone file web server.
Use cases
- embed an http server in a java application
- serve static files from a java app
- build a small rest api without a heavy container
- add a local web interface to a desktop java tool
- create a lightweight test http server
When to choose
- you need a minimal, dependency-free HTTP server embedded in a Java application
- you want simple request handling without servlet containers or application servers
- you need a quick file server or mock endpoint in Java
When to avoid
- you need a full-featured production web server with clustering, async I/O at scale, or extensive middleware
- you are building a large-scale microservices backend better served by frameworks like Spring Boot or Netty
- you need HTTP/2, WebSockets with advanced features, or extensive TLS configuration out of the box
Facets
library · maturity maintenance
http-server web-framework web-development backend developer-tools jvm cross-platform embeddable lightweight http java
2 sources
- readme: https://github.com/NanoHttpd/nanohttpd · fetched 2026-08-28 · faef0fca9f11
- homepage: http://nanohttpd.org · fetched 2026-08-29 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NanoHttpd/nanohttpd | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="NanoHttpd/nanohttpd")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem