Show HN: RSVP is a Go library for HTTP server graceful shutdown
By jbarham · 2026-06-22 · 2 points · 0 comments
https://github.com/jbarham/rsvp
After then nth time copying and tweaking boilerplate Go code to enable HTTP graceful shutdown, I decided to package it up in to a library which I've called rsvp (i.e, "please respond"). Basic usage is to call rsvp.ListenAndServe which is a drop-in replacement for the standard li…
Open the full discussion on BetterNews