Go

Go + Fiber

Native Go binary, fast cold start.

Go 1.23 with Fiber for HTTP. Compiles to a static binary — no runtime dependencies, ~15ms cold start.

Setup

  1. Click Deploy to Buildfyio.
  2. go build produces a single binary, deployed as-is.
  3. Cold starts are near-instant because there's no VM to bootstrap.

Related