Registry / web-framework / flamego-flamego

flamego-flamego

JSON →
library1.12.0gogounverified

A fantastic modular Go web framework with a slim core but limitless extensibility.

go get github.com/flamego/flamego
INSTALL
IMPORT
SIG · FLAMEGO-FLAMEGO
F
flamego-flamego
web-frameworkgov1.12.0
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.

flamego
github.com/flamego/flamego

Create a basic Flamego web server with a single route.

package main import ( "fmt" "net/http" "github.com/flamego/flamego" ) func main() { f := flamego.New() f.Get("/", func() string { return "Hello, Flamego!" }) http.ListenAndServe(":8080", f) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources