Registry / web-framework / kataras-iris-v12

kataras-iris-v12

JSON →
library12.2.11gogounverified

Package iris implements the highest realistic performance, easy to learn Go web framework.

go get github.com/kataras/iris/v12
INSTALL
IMPORT
SIG · KATARAS-IRIS-V12
K
kataras-iris-v12
web-frameworkgov12.2.11
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.

iris
github.com/kataras/iris/v12

Starts a simple Iris web server with a single route.

package main import ( "github.com/kataras/iris/v12" ) func main() { app := iris.New() app.Get("/", func(ctx iris.Context) { ctx.WriteString("Hello, World!") }) app.Listen(":8080") }
Debug
Known issues
breakingIris v12 has significant API changes from v11; upgrading may break existing code.
fix
Review the migration guide when upgrading from v11 to v12.
affects: >=12.0.0
Upgrade
Version history
12.2.11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kataras-iris-v12 — go get kataras-iris-v12 · libregistry