{"id":53047,"library":"googollee-go-socket-io","title":"go-socket.io","description":"A Go implementation of Socket.IO for real-time bidirectional communication.","status":"active","version":"1.7.0","language":"go","source_language":null,"source_url":"https://github.com/googollee/go-socket.io","tags":["socket.io","websocket","realtime"],"install":[{"cmd":"go get github.com/googollee/go-socket.io","lang":"bash","label":"Install github.com/googollee/go-socket.io"}],"dependencies":[],"imports":[{"symbol":"socketio","correct":"github.com/googollee/go-socket.io"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"net/http\"\n\tsocketio \"github.com/googollee/go-socket.io\"\n)\n\nfunc main() {\n\tserver, _ := socketio.NewServer(nil)\n\tserver.OnConnect(\"/\", func(s socketio.Conn) error {\n\t\ts.Emit(\"event\", \"hello\")\n\t\treturn nil\n\t})\n\thttp.Handle(\"/socket.io/\", server)\n\tlog.Fatal(http.ListenAndServe(\":8000\", nil))\n}","lang":"go","description":"Creates a Socket.IO server that emits an event on connection."},"warnings":[],"env_vars":null,"search_vec":"'bidirect':11 'communic':12 'go':3 'go-socket.io':1 'implement':4 'real':9 'real-tim':8 'realtim':15 'socket.io':6,13 'time':10 'websocket':14","created_at":"2026-06-15T07:24:49.841354+00:00","updated_at":"2026-06-15T07:24:49.841354+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/googollee/go-socket.io","github":"https://github.com/googollee/go-socket.io","docs":"https://pkg.go.dev/github.com/googollee/go-socket.io#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","messaging"],"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}}