# koush/AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.

Repository: https://github.com/koush/AndroidAsync
Canonical: https://ross.abutalabs.com/products/androidasync
Language: Java
License: NOASSERTION
License Family: other
Last push: 2022-11-23T15:20:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5122, "days_push": 1379, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7537, forks 1545 (observed 2026-08-28T04:10:00.616038+00:00)

## What it is
AndroidAsync is a low-level asynchronous network protocol library for Android built on Java NIO, providing socket client/server, HTTP(S) client/server, and WebSocket client/server in a single-threaded, callback-driven model. It is the foundation for the higher-level Ion HTTP request library.

## Use cases
- make async http requests from android apps
- run an embedded http server on android
- implement websocket client and server communication on android
- handle raw tcp socket connections asynchronously
- download urls to strings, , or files with cancellable futures

## When to choose
- you need low-level socket, http, or websocket control on android without thread overhead
- you want a nio-based, single-threaded callback-driven networking stack
- you are building a higher-level networking library on android

## When to avoid
- you just want an easy high-level http request library - use Ion instead
- you need a general-purpose networking library outside android
- you prefer coroutine or rxjava-style async APIs over callbacks

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, http-server, websocket, networking, concurrency
- domain: mobile-development, web-development, networking, developer-tools
- platform: jvm
- tags: async, nio, sockets, callback-driven, android

## Member repositories
- koush/AndroidAsync (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:00.616038+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-29T17:37:26.442455+00:00, confidence not recorded.
  - readme: https://github.com/koush/AndroidAsync (fetched 2026-08-28T04:10:00.616038+00:00, sha edd782b4bbac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
