Tag
A tutorial on building a realtime translation app using Gemini Live Translate, Next.js, LiveKit, and Cloud Run, covering audio streaming, translation, and deployment.
Go 1.24 introduces native support for HTTP/2 cleartext (h2c) in the net/http package, eliminating the previous need for external wrapper packages. This post explains how to configure a Go HTTP server for h2c to work with services like Google Cloud Run.
The article highlights a feature of Google Cloud Run that simplifies building zonal redundancy, noting that few other platforms offer this capability.