{"id":73574,"library":"webx-top-echo","title":"Echo","description":"Echo is a high performance, minimalist Go web framework.","status":"active","version":"2.42.27+incompatible","language":"go","source_language":null,"source_url":"https://github.com/webx-top/echo","tags":["web","framework","http"],"install":[{"cmd":"go get github.com/webx-top/echo","lang":"bash","label":"Install github.com/webx-top/echo"}],"dependencies":[],"imports":[{"symbol":"echo","correct":"github.com/webx-top/echo"}],"quickstart":{"code":"package main\n\nimport \"github.com/webx-top/echo\"\n\nfunc main() {\n\te := echo.New()\n\te.Get(\"/\", func(c echo.Context) error {\n\t\treturn c.String(200, \"Hello\")\n\t})\n\te.Start(\":8080\")\n}","lang":"go","description":"Create a simple HTTP server with Echo."},"warnings":[{"fix":"Check documentation for webx-top/echo specific changes.","message":"This is a fork of labstack/echo; API may differ.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'echo':1,2 'framework':10,12 'go':8 'high':5 'http':13 'minimalist':7 'perform':6 'web':9,11","created_at":"2026-06-17T18:52:37.455012+00:00","updated_at":"2026-06-17T18:52:37.455012+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/webx-top/echo","github":"https://github.com/webx-top/echo","docs":"https://pkg.go.dev/github.com/webx-top/echo#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}