{"id":17645001,"url":"https://github.com/andefined/go-chat-cli","last_synced_at":"2026-05-16T18:36:47.442Z","repository":{"id":85954733,"uuid":"130563266","full_name":"andefined/go-chat-cli","owner":"andefined","description":"Go gRPC Chat CLI","archived":false,"fork":false,"pushed_at":"2018-05-07T12:26:33.000Z","size":59,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T13:03:47.117Z","etag":null,"topics":["cli","golang","grpc"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andefined.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-22T12:02:24.000Z","updated_at":"2025-04-18T02:09:18.000Z","dependencies_parsed_at":"2023-03-13T07:39:53.739Z","dependency_job_id":null,"html_url":"https://github.com/andefined/go-chat-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andefined/go-chat-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andefined%2Fgo-chat-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andefined%2Fgo-chat-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andefined%2Fgo-chat-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andefined%2Fgo-chat-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andefined","download_url":"https://codeload.github.com/andefined/go-chat-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andefined%2Fgo-chat-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","grpc"],"created_at":"2024-10-23T10:44:24.505Z","updated_at":"2026-05-16T18:36:47.428Z","avatar_url":"https://github.com/andefined.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go gRPC Chat CLI\n\nA Chat Server/CLI implementation, using gRPC and golang.\n\n## Installation\n```bash\n# clone the repo\ngit clone git@github.com:andefined/go-chat-cli.git\n# install dependencies\ngo get -u google.golang.org/grpc\ngo get -u github.com/golang/protobuf/protoc-gen-go\n# generate grpc client/server\nmake build\n```\n## Usage\n```bash\n# go-chat-server\nUsage of go-chat-server:\n    -port int\n        Port to Listen (default 50051)\n# go-chat\nUsage of go-chat:\n    -server_addr string\n        Server Address (host:port) (default \"127.0.0.1:50051\")\n```\n## Development\n```bash\n# start the server\ngo run server/server.go --port 50051\n# start the client\ngo run cli/cli.go --server_addr 127.0.0.1:50051\n```\n## Build\n```bash\n# go-chat-server\ngo build -o dist/go-chat-server server/server.go\n# go-chat\ngo build -o dist/go-chat cli/cli.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandefined%2Fgo-chat-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandefined%2Fgo-chat-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandefined%2Fgo-chat-cli/lists"}