# savsgio/atreugo

High performance and extensible micro web framework. Zero memory allocations in hot paths.

Repository: https://github.com/savsgio/atreugo
Canonical: https://ross.abutalabs.com/products/atreugo
Language: Go
License: Apache-2.0
License Family: permissive
Topics: go, golang, fasthttp, micro-framework, atreugo, extensible, performance, fast, zero
Last push: 2025-01-01T23:10:55+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3026, "days_push": 609, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1301, forks 77 (observed 2026-08-28T04:04:17.630861+00:00)

## What it is
Atreugo is a high-performance, extensible micro web framework for Go built on top of fasthttp, with zero memory allocations in hot paths. It provides routing with path parameters, middleware support, static file serving, and common response helpers.

## Use cases
- build a high-throughput HTTP API in Go
- serve JSON endpoints with minimal latency
- handle 100K+ qps web workloads
- add middleware to fasthttp handlers
- serve static files from a Go web server
- wrap net/http handlers in a fasthttp-based server

## When to choose
- you need maximum HTTP throughput and low memory usage in Go
- you want fasthttp ergonomics with routing and middleware
- you're building performance-critical microservices or APIs

## When to avoid
- you need full net/http ecosystem compatibility
- you want a batteries-included framework with ORM and templating
- your team prefers mainstream frameworks like Gin or Echo for community support

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, routing, middleware
- domain: web-development, backend, apis, performance
- platform: go, windows, cross-platform
- tags: fasthttp, micro-framework, high-performance, zero-allocation, linux, macos

## Member repositories
- savsgio/atreugo (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:17.630861+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-30T04:52:16.016212+00:00, confidence not recorded.
  - readme: https://github.com/savsgio/atreugo (fetched 2026-08-28T04:04:17.630861+00:00, sha 5c24d5e6aaee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
