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

clj-commons/aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP observed · 2026-08-28

github.com/clj-commons/aleph · homepage · Clojure · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5901
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2590 stars · 241 forks observed · 2026-08-28

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

Aleph is a Clojure library for asynchronous network communication built on Netty, providing an HTTP server and client plus raw TCP and UDP support. It exposes network data as Manifold streams that interoperate with core.async, Java InputStreams, and Clojure sequences.

Use cases

  • build an async HTTP server in Clojure
  • make non-blocking HTTP client requests
  • serve server-sent events with streamed responses
  • run a Ring-compliant web server with async handlers
  • stream data over raw TCP or UDP sockets
  • support HTTP/2 with SSL in Clojure services
  • bridge Netty performance with idiomatic Clojure streams

When to choose

  • you need asynchronous or streaming HTTP in a Clojure application
  • you want a drop-in Ring server with async handler support
  • you need low-level TCP/UDP access with a unified stream abstraction
  • you want Netty's performance without writing Java

When to avoid

  • you need a simple synchronous HTTP server and don't care about async
  • your project is not on the JVM
  • you rely heavily on synchronous Ring middleware that doesn't work with deferred responses

Facets

library · maturity active

http-server http-client websocket streaming middleware web-development backend networking apis jvm jvm-scripting clojure netty manifold ring tcp udp asynchronous reactive-streams

2 sources

Member repositories

RepositoryRoleHealth v2
clj-commons/alephmain77

For agents

markdown · JSON · MCP: product_card(name="clj-commons/aleph")

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