Registry / web-framework / kataras-iris

kataras-iris

JSON →
library11.1.1+incompatiblegogounverified

A fast, simple, and efficient web framework for Go.

go get github.com/kataras/iris
INSTALL
IMPORT
SIG · KATARAS-IRIS
K
kataras-iris
web-frameworkgov11.1.1+incompatible
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

Create a simple web server with Iris

package main import "github.com/kataras/iris" func main() { app := iris.New() app.Get("/", func(ctx iris.Context) { ctx.HTML("<h1>Hello World</h1>") }) app.Listen(":8080") }
Debug
Known issues
breakingIris has had multiple major version changes with breaking API changes.
fix
Use the latest version and refer to the migration guide when upgrading.
affects: >=11.1.1
Upgrade
Version history
11.1.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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