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

godaddy/terminus

Graceful shutdown and Kubernetes readiness / liveness checks for any Node.js HTTP applications observed · 2026-08-28

github.com/godaddy/terminus · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

39/100

  • Activity 37
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3199
  • days_rel: n/a
  • days_push: 378
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1911 stars · 94 forks observed · 2026-08-28

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

Terminus is a Node.js library that adds graceful shutdown and Kubernetes readiness/liveness health check endpoints to any HTTP server. It hooks into shutdown signals to run cleanup logic and serves configurable health check routes.

Use cases

  • add kubernetes readiness and liveness probes to a node.js app
  • gracefully shut down an http server on SIGTERM
  • run cleanup logic like closing database connections before shutdown
  • expose a /healthcheck endpoint for container orchestration
  • avoid dropped requests during rolling deployments

When to choose

  • you run Node.js HTTP services on Kubernetes or other orchestrators
  • you need zero-downtime deployments with graceful connection draining
  • you want standardized health endpoints without a full framework

When to avoid

  • your app is not an HTTP server
  • you need health checks for non-Node.js runtimes
  • you want a full service mesh or orchestrator-level solution

Facets

library · maturity active

http-server middleware monitoring backend web-development graceful-shutdown health-checks kubernetes-readiness liveness-probes sigterm-handling devops containers nodejs kubernetes docker

1 source

Member repositories

RepositoryRoleHealth v2
godaddy/terminusmain39

For agents

markdown · JSON · MCP: product_card(name="godaddy/terminus")

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