hoisie/web
The easiest way to create web applications with Go observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6112
- days_rel: n/a
- days_push: 795
- n_releases_24m: 0
Adoption not part of the score
3682 stars · 705 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
web.go is a lightweight web framework for Go inspired by Sinatra and web.py, offering regex-based URL routing, secure cookies, and fastcgi/scgi support. It compiles to native code for fast, simple backend web services without imposing scaffolding.
Use cases
- build a simple REST API in Go
- create a small web service with regex URL routing
- serve static files efficiently from Go
- write a sinatra-style web app in Go
- run a lightweight backend behind fastcgi
- handle GET and POST form parameters in a Go web app
When to choose
- you want a minimal, no-scaffolding Go web framework with a familiar Sinatra-like API
- you need a tiny, fast backend service with regex routing and secure cookies
- you're maintaining an existing codebase already built on web.go
When to avoid
- you need a modern, actively developed framework with middleware ecosystems like Gin, Echo, or Chi
- you need HTTP/2, WebSockets, or modern Go net/http features out of the box
- you're starting a new production project where long-term maintenance matters
Facets
framework · maturity maintenance
web-framework http-server routing middleware web-development backend apis go windows cross-platform sinatra-style lightweight regex-routing fastcgi secure-cookies go linux macos
1 source
- readme: https://github.com/hoisie/web · fetched 2026-08-28 · 0562df7ba191
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hoisie/web | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem