{"id":63349,"library":"graarh-golang-socketio","title":"golang-socketio","description":"A Go implementation of the Socket.IO client and server protocol.","status":"active","version":"0.0.0-20170510162725-2c44953b9b5f","language":"go","source_language":null,"source_url":"https://github.com/graarh/golang-socketio","tags":["socketio","websocket","realtime","messaging"],"install":[{"cmd":"go get github.com/graarh/golang-socketio","lang":"bash","label":"Install github.com/graarh/golang-socketio"}],"dependencies":[],"imports":[{"symbol":"gosocketio","correct":"github.com/graarh/golang-socketio"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/graarh/golang-socketio\"\n\t\"github.com/graarh/golang-socketio/transport\"\n)\n\nfunc main() {\n\tc, err := gosocketio.Dial(\n\t\tgosocketio.GetUrl(\"localhost\", 8080, false),\n\t\ttransport.GetDefaultWebsocketTransport(),\n\t)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tc.On(\"message\", func(h *gosocketio.Channel, args interface{}) {\n\t\tprintln(\"received:\", args)\n\t})\n\tc.Close()\n}","lang":"go","description":"Connects to a Socket.IO server and listens for messages."},"warnings":[],"env_vars":null,"search_vec":"'client':10 'go':5 'golang':2 'golang-socketio':1 'implement':6 'messag':17 'protocol':13 'realtim':16 'server':12 'socket.io':9 'socketio':3,14 'websocket':15","created_at":"2026-06-17T16:42:59.743121+00:00","updated_at":"2026-06-17T16:42:59.743121+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/graarh/golang-socketio","github":"https://github.com/graarh/golang-socketio","docs":"https://pkg.go.dev/github.com/graarh/golang-socketio#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"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}}