{"id":51651,"library":"gofiber-fiber","title":"Fiber Web Framework","description":"Fiber is an Express.js inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.","status":"active","version":"1.14.6","language":"go","source_language":null,"source_url":"https://github.com/gofiber/fiber","tags":["web","framework","http","fasthttp","router","middleware"],"install":[{"cmd":"go get github.com/gofiber/fiber","lang":"bash","label":"Install github.com/gofiber/fiber"}],"dependencies":[],"imports":[{"symbol":"fiber","correct":"github.com/gofiber/fiber"}],"quickstart":{"code":"package main\n\nimport \"github.com/gofiber/fiber\"\n\nfunc main() {\n  app := fiber.New()\n  app.Get(\"/\", func(c *fiber.Ctx) {\n    c.Send(\"Hello, World!\")\n  })\n  app.Listen(3000)\n}","lang":"go","description":"Creates a basic Fiber web server that responds with 'Hello, World!' on the root route."},"warnings":[{"fix":"Upgrade to github.com/gofiber/fiber/v2","message":"Version 1.x is outdated; consider using v2 for active development and new features.","severity":"breaking","affected_versions":"<2.0.0"}],"env_vars":null,"search_vec":"'built':11 'engin':19 'express.js':7 'fastest':17 'fasthttp':15,25 'fiber':1,4 'framework':3,10,23 'go':21 'http':18,24 'inspir':8 'middlewar':27 'router':26 'top':13 'web':2,9,22","created_at":"2026-06-15T06:25:10.098872+00:00","updated_at":"2026-06-15T06:25:10.098872+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/gofiber/fiber","github":"https://github.com/gofiber/fiber","docs":"https://pkg.go.dev/github.com/gofiber/fiber#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-15","next_check":"2026-12-12","install_tag":null}}