Dev.to
7/9/2026

Breeze: A Go HTTP framework built on gnet with zero-allocation routing and built-in SPA engine
Original: 🚀 Announcing Breeze: The Go HTTP Framework That Redefines Raw Speed
Short summary
Breeze is a new Go HTTP framework built on gnet's event loop, claiming ~630k req/s with zero allocations in the hot path. It includes a stack-allocated router, zero-copy parsing, a smart worker pool, in-event-loop WebSocket handling, and a built-in SPA template engine. The author provides benchmark comparisons against Fiber, Echo, Gin, and net/http.
- •Go HTTP framework built on gnet claiming 3× faster than Fiber (~630k req/s)
- •Zero-allocation hot path with stack-allocated router and zero-copy parsing
- •Built-in WebSocket hub and server-side SPA template engine, no React/Vue required
Generated with AI, which can make mistakes.
Is this a good recommendation for you?



