Registry / web-framework / webx-top-echo

webx-top-echo

JSON →
library2.42.27+incompatiblegogounverified

Echo is a high performance, minimalist Go web framework.

go get github.com/webx-top/echo
INSTALL
IMPORT
SIG · WEBX-TOP-ECHO
W
webx-top-echo
web-frameworkgov2.42.27+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.

echo
✓ github.com/webx-top/echo

Create a simple HTTP server with Echo.

package main import "github.com/webx-top/echo" func main() { e := echo.New() e.Get("/", func(c echo.Context) error { return c.String(200, "Hello") }) e.Start(":8080") }
Debug
Known issues
gotchaThis is a fork of labstack/echo; API may differ.
fix
Check documentation for webx-top/echo specific changes.
affects: all
Upgrade
Version history
2.42.27+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
webx-top-echo — go get webx-top-echo · libregistry