# syumai/workers

Go package to run an HTTP server on Cloudflare Workers.

Repository: https://github.com/syumai/workers
Canonical: https://ross.abutalabs.com/products/workers
Language: Go
License: MIT
License Family: permissive
Topics: cloudflare, cloudflare-workers, go, golang
Last push: 2026-08-21T16:55:14+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 70, longevity 100
- inputs: {"age_days": 1569, "days_push": 12, "days_rel": 121, "gap_med": 44, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1128, forks 79 (observed 2026-08-28T04:03:41.904543+00:00)

## What it is
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
- artifact type: library
- maturity: experimental
- function: http-server, web-framework, sdk, object-storage, caching, message-queue
- domain: cloud-computing, backend, web-development
- platform: cloud, go, wasm
- tags: cloudflare-workers, go, wasm, serverless, edge-computing, kv-storage, d1, durable-objects, web-server

## Member repositories
- syumai/workers (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.904543+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:38:35.754899+00:00, confidence not recorded.
  - readme: https://github.com/syumai/workers (fetched 2026-08-28T04:03:41.904543+00:00, sha 3dae336c2e68)
- Data as of 2026-08-30T08:39:29.467469+00:00.
