syumai/workers
Go package to run an HTTP server on Cloudflare Workers. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 98
- Release rhythm 70
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 44
- age_days: 1569
- days_rel: 121
- days_push: 12
- n_releases_24m: 10
Adoption not part of the score
1128 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go package that lets you run an HTTP server written in Go on Cloudflare Workers by compiling to WebAssembly. It provides bindings for Cloudflare platform features like KV, R2, D1, Queues, Cache API, Durable Objects, and Cron Triggers.
Use cases
- serve an http.Handler on Cloudflare Workers
- build a Go API deployed to Cloudflare's edge
- read and write Cloudflare KV and R2 storage from Go
- consume and produce Cloudflare Queues messages in Go
- run scheduled cron trigger jobs in Go on Workers
- query Cloudflare D1 databases from a Go worker
When to choose
- you want to write Cloudflare Workers in Go instead of JavaScript
- you need standard net/http handler compatibility on the edge
- you need Go bindings for KV, R2, D1, Queues, or Durable Objects
When to avoid
- you need a fully stable, production-guaranteed runtime (project is explicitly experimental)
- you prefer JavaScript/TypeScript Workers without a Wasm build step
- you need complete coverage of all Cloudflare bindings and method options
Facets
library · maturity experimental
http-server web-framework sdk object-storage caching message-queue cloud-computing backend web-development cloud go wasm cloudflare-workers go wasm serverless edge-computing kv-storage d1 durable-objects web-server
1 source
- readme: https://github.com/syumai/workers · fetched 2026-08-28 · 3dae336c2e68
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| syumai/workers | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem