{"id":69553,"library":"gofiber-contrib-websocket","title":"Fiber WebSocket","description":"WebSocket support for the Fiber web framework.","status":"active","version":"1.3.4","language":"go","source_language":null,"source_url":"https://github.com/gofiber/contrib","tags":["websocket","fiber","realtime","networking"],"install":[{"cmd":"go get github.com/gofiber/contrib/websocket","lang":"bash","label":"Install github.com/gofiber/contrib/websocket"}],"dependencies":[],"imports":[{"symbol":"websocket","correct":"github.com/gofiber/contrib/websocket"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gofiber/contrib/websocket\"\n\t\"github.com/gofiber/fiber/v2\"\n)\n\nfunc main() {\n\tapp := fiber.New()\n\tapp.Get(\"/ws\", websocket.New(func(c *websocket.Conn) {\n\t\tfor {\n\t\t\tmsg := websocket.Message{}\n\t\t\tif err := c.ReadJSON(&msg); err != nil {\n\t\t\t\tbreak\n\t\t\t}\n\t\t\tc.WriteJSON(msg)\n\t\t}\n\t}))\n\tapp.Listen(\":3000\")\n}","lang":"go","description":"Create a WebSocket endpoint with Fiber"},"warnings":[],"env_vars":null,"search_vec":"'fiber':1,7,11 'framework':9 'network':13 'realtim':12 'support':4 'web':8 'websocket':2,3,10","created_at":"2026-06-17T18:03:10.912614+00:00","updated_at":"2026-06-17T18:03:10.912614+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/contrib","github":"https://github.com/gofiber/contrib","docs":"https://pkg.go.dev/github.com/gofiber/contrib/websocket#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}