lukas
Explore posts from serversHono Graceful Shutdown: Bun
Hono example with bun doesn't allow the use of Bun.serve, which would expose a method to stop or close.
HonoJS app instance doesn't expose any method to close or stop all incoming connections to wait the resolve of all request before shutting down.
In production apps graceful shutdown would allow for server to restart gracefully.
How to do that in Hono?
1 replies