postrank-labs/goliath
Goliath is a non-blocking Ruby web server framework 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5718
- days_rel: n/a
- days_push: 1060
- n_releases_24m: 0
Adoption not part of the score
2425 stars · 214 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Goliath is an open-source non-blocking (asynchronous) Ruby web server framework built on EventMachine, offering Rack API and middleware support with fully asynchronous request and response processing. It uses Ruby fibers to keep asynchronous code in a linear, readable style without callbacks.
Use cases
- build a high-performance asynchronous Ruby web service
- serve streaming uploads and firehose-style APIs
- handle websockets in a Rack-compatible Ruby app
- write async I/O code without callback spaghetti
- run a lightweight Rack app server on MRI, JRuby, or Rubinius
When to choose
- you need bare-metal async performance in Ruby with readable fiber-based code
- you want Rack middleware compatibility with fully asynchronous request/response handling
- you need streaming uploads, websockets, or HTTP keepalive/pipelining support
When to avoid
- you need a framework with active recent development and modern Ruby support
- you prefer conventional synchronous Rack servers like Puma or Unicorn
- your project depends on a large ecosystem of modern Ruby web frameworks
Facets
framework · maturity maintenance
web-framework http-server middleware websocket routing web-development backend apis ruby jvm async eventmachine rack fibers non-blocking-io real-time web-server
1 source
- readme: https://github.com/postrank-labs/goliath · fetched 2026-08-28 · 84207ee8aae8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| postrank-labs/goliath | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="postrank-labs/goliath")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem