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

joewalnes/websocketd

Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. observed · 2026-08-28

github.com/joewalnes/websocketd · homepage · Go · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 98
  • Release rhythm 8
  • Longevity 100
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: 4948
  • days_rel: n/a
  • days_push: 13
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

17466 stars · 1008 forks observed · 2026-08-28

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

websocketd is a small command-line tool written in Go that wraps any executable program reading STDIN and writing STDOUT, exposing it as a WebSocket server. It works like inetd or CGI for WebSockets, forking a dedicated process per connection and piping messages between the client and the program.

Use cases

  • turn a bash script into a websocket server
  • expose a command-line program over websockets
  • build realtime browser apps without websocket libraries
  • pipe stdin/stdout to a web browser
  • prototype websocket endpoints in any language
  • stream live output from a script to a web page

When to choose

  • you want websocket endpoints in any language with no networking libraries
  • you prefer the UNIX philosophy of small text-stream programs
  • you need quick prototypes or simple realtime push from scripts
  • you want per-connection process isolation

When to avoid

  • you need high-performance, in-process websocket handling at large scale
  • you need rich websocket features like binary frames, subprotocols, or fine-grained control
  • you need TLS termination, clustering, or advanced routing built in
  • your messages are not newline-delimited text

Facets

cli-tool · maturity stable

websocket http-server cli web-development backend developer-tools windows cross-platform cli websocket-server stdin-stdout language-agnostic unix-philosophy inetd-like real-time linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
joewalnes/websocketdmain67

For agents

markdown · JSON · MCP: product_card(name="joewalnes/websocketd")

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