docker-archive-public/docker.libchan
Like Go channels over the network observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 4468
- days_rel: n/a
- days_push: 2766
- n_releases_24m: 0
Adoption not part of the score
2448 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libchan is an ultra-lightweight Go networking library that lets network services communicate like goroutines over channels, supporting message passing, synchronization, and nested channels. It works over in-memory channels, Unix sockets, TCP, TLS, HTTP2/SPDY, and WebSockets.
Use cases
- send messages between services like go channels over the network
- build loosely coupled concurrent microservices in go
- replace rpc and rest with bidirectional channel-style communication
- stream events in real time between processes and machines
- migrate an app from in-process goroutines to distributed services
- nest channels inside messages for worker registration patterns
When to choose
- you want Go channel semantics across unix sockets, TCP, TLS, or HTTP2
- you need bidirectional, multiplexed communication beyond classic RPC or REST
- you want a minimal, easy-to-port message passing spec
- you are maintaining an existing Docker-era Go codebase already using libchan
When to avoid
- you need a maintained library with active support and security fixes
- you require exactly-once delivery guarantees over network transports
- you need broad multi-language ecosystem support rather than a simple spec
- you are starting a new project where gRPC, NATS, or modern alternatives fit better
Facets
library · maturity abandoned
rpc message-queue serialization websocket concurrency networking microservices developer-tools go windows cross-platform go-channels message-passing ipc http2 tls networking-library archived linux macos
1 source
- readme: https://github.com/docker-archive-public/docker.libchan · fetched 2026-08-28 · 0378848010f2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| docker-archive-public/docker.libchan | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="docker-archive-public/docker.libchan")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem