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

koush/AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads. observed · 2026-08-28

github.com/koush/AndroidAsync · Java · 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5122
  • days_rel: n/a
  • days_push: 1379
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7537 stars · 1545 forks observed · 2026-08-28

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

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

library · maturity maintenance

http-client http-server websocket networking concurrency mobile-development web-development networking developer-tools jvm async nio sockets callback-driven android

1 source

Member repositories

RepositoryRoleHealth v2
koush/AndroidAsyncmain32

For agents

markdown · JSON · MCP: product_card(name="koush/AndroidAsync")

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