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

fvbock/endless

Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe) observed · 2026-08-28

github.com/fvbock/endless · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 4182
  • days_rel: n/a
  • days_push: 1740
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4156 stars · 343 forks observed · 2026-08-28

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

A Go library providing zero-downtime restarts for HTTP and HTTPS servers. It acts as a drop-in replacement for http.ListenAndServe, handling graceful restarts via signals like SIGHUP.

Use cases

  • deploy new Go server binaries without dropping connections
  • gracefully restart an HTTP server on SIGHUP
  • run multiple servers from one binary with socket handoff on restart
  • terminate hanging requests after a grace period during shutdown
  • hook custom code before or after restart signals

When to choose

  • you run a Go HTTP/HTTPS server directly (no reverse proxy) and want zero-downtime restarts
  • you want a minimal code change replacing http.ListenAndServe
  • you need signal hooks and configurable shutdown/hammer behavior

When to avoid

  • your server sits behind a load balancer or reverse proxy that already handles rolling restarts
  • you need actively maintained alternatives with broader features (e.g. oklog/run or built-in graceful shutdown in modern frameworks)
  • you are not serving HTTP/HTTPS from Go

Facets

library · maturity maintenance

http-server web-framework concurrency web-development backend go zero-downtime graceful-restart hot-reload sighup drop-in-replacement devops linux macos

1 source

Member repositories

RepositoryRoleHealth v2
fvbock/endlessmain32

For agents

markdown · JSON · MCP: product_card(name="fvbock/endless")

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