emicklei/go-restful
package for building REST-style Web Services using Go observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 91
- Release rhythm 11
- Longevity 100
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: 5039
- days_rel: 383
- days_push: 59
- n_releases_24m: 1
Adoption not part of the score
5116 stars · 679 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go package for building REST-style web services with explicit HTTP method routing and path parameter support. It provides configurable routers, request/response APIs for JSON and XML, and OpenAPI schema generation.
Use cases
- build a REST API in Go
- create CRUD web services with GET/POST/PUT/DELETE handlers
- serve JSON and XML endpoints
- generate OpenAPI documentation from route definitions
- route requests with path parameters and custom verbs
- build microservice HTTP endpoints
When to choose
- you want a lightweight, composable REST toolkit in Go without a full framework
- you need fine-grained control over routing and content negotiation
- you want OpenAPI schema generation from your route definitions
When to avoid
- you need a batteries-included web framework with templating, sessions, and ORM
- you prefer code-generated API servers like gRPC or oapi-codegen workflows
- you are building GraphQL or WebSocket-heavy services
Facets
library · maturity stable
web-framework api-framework routing http-server middleware web-development backend apis go cross-platform rest openapi xml microservices
1 source
- readme: https://github.com/emicklei/go-restful · fetched 2026-08-28 · 984ec99198a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| emicklei/go-restful | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="emicklei/go-restful")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem