# yanzhenjie/AndServer

:cherries: Web server and web framework of Android platform.

Repository: https://github.com/yanzhenjie/AndServer
Canonical: https://ross.abutalabs.com/products/andserver
Homepage: https://yanzhenjie.com/AndServer
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android-server, http-server, springmvc, web-server, website
Last push: 2023-06-07T08:04:09+00:00

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

## Adoption (not part of the score)
Stars 3856, forks 774 (observed 2026-08-28T04:08:27.425793+00:00)

## What it is
AndServer is a web server and web framework for the Android platform, providing SpringMVC-style annotations for building HTTP APIs and static websites on-device. It also supports deploying a reverse proxy server from an Android app.

## Use cases
- run an http server inside an android app
- serve a static website from a phone
- build rest apis on android with springmvc-style annotations
- deploy a reverse proxy on an android device
- expose local device functionality over http to other clients

## When to choose
- you need an embedded web server or http api in an Android app
- you know SpringMVC and want a familiar annotation-based API on Android
- you need to serve content to other devices on the same network from Android

## When to avoid
- you need a production-grade server for backend infrastructure outside Android
- you need load balancing - the reverse proxy does not support it
- your project targets platforms other than Android

## Facets
- artifact type: framework
- maturity: maintenance
- function: http-server, web-framework, routing, middleware, templating
- domain: android-tools, web-development, backend, apis
- platform: jvm
- tags: springmvc-annotations, reverse-proxy, embedded-server, android

## Member repositories
- yanzhenjie/AndServer (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.425793+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-29T18:25:55.747649+00:00, confidence not recorded.
  - readme: https://github.com/yanzhenjie/AndServer (fetched 2026-08-28T04:08:27.425793+00:00, sha c968e3ef6b3e)
  - homepage: https://yanzhenjie.com/AndServer (fetched 2026-08-29T09:20:28.193651+00:00, sha 9cf100f20f4d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
