Skip to content
On this page

Serverless computing

I mostly deploy HTTP services with Cloudflare Workers using TS's Hono library.

I also deploy Rust/Go services as lean Docker containers packaged with Nix. Then give it to Cloud Run or Fly.io.

Railway & Vercel API functions seem nice too.

Serverless Application Stack is nice overview.

Notes