Show HN: RSVP is a Go library for HTTP server graceful shutdown
Category: library
Tags: go, library, http-server, graceful-shutdown
Score: 4.8/10 (Innovation: 3, Technical: 4, Documentation: 7, Utility: 5)
RSVP is a minimal Go library that wraps standard HTTP server functions to add graceful shutdown handling, preventing in-flight requests from being abruptly terminated. It addresses a common production need with a simple, drop-in API, though it offers little beyond existing similar solutions.
Target audience: backend devs
Repository: https://github.com/jbarham/rsvp · Go · MIT
View on Hacker News