Registry / web-framework / savsgio-atreugo-v11

savsgio-atreugo-v11

JSON →
library11.13.2gogounverified

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

go get github.com/savsgio/atreugo/v11
INSTALL
IMPORT
SIG · SAVSGIO-ATREUGO-V1
S
savsgio-atreugo-v11
web-frameworkgov11.13.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

atreugo
github.com/savsgio/atreugo/v11

Create a simple HTTP server with Atreugo.

package main import ( "github.com/savsgio/atreugo/v11" ) func main() { server := atreugo.New() server.GET("/", func(ctx *atreugo.RequestCtx) error { return ctx.TextResponse("Hello, World!") }) server.ListenAndServe(":8080") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.13.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
savsgio-atreugo-v11 — go get savsgio-atreugo-v11 · libregistry