{"id":17781626,"url":"https://github.com/kanerix/chitty-chat","last_synced_at":"2026-04-28T18:07:28.412Z","repository":{"id":259435251,"uuid":"870037034","full_name":"Kanerix/chitty-chat","owner":"Kanerix","description":"Chitty-chat chat service, using gRPC","archived":false,"fork":false,"pushed_at":"2024-10-29T09:48:26.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-08T13:50:07.763Z","etag":null,"topics":["chat-application","golang","grpc","protobuf"],"latest_commit_sha":null,"homepage":"https://chitty-chat.lerpz.com","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/Kanerix.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":"2024-10-09T10:31:45.000Z","updated_at":"2024-10-29T09:48:30.000Z","dependencies_parsed_at":"2024-10-25T11:05:01.755Z","dependency_job_id":"c5149570-4aa5-4129-8a95-8783244d828b","html_url":"https://github.com/Kanerix/chitty-chat","commit_stats":null,"previous_names":["kanerix/chitty-chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanerix%2Fchitty-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanerix%2Fchitty-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanerix%2Fchitty-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kanerix%2Fchitty-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kanerix","download_url":"https://codeload.github.com/Kanerix/chitty-chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229705476,"owners_count":18110792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chat-application","golang","grpc","protobuf"],"created_at":"2024-10-27T04:03:46.604Z","updated_at":"2026-04-28T18:07:23.391Z","avatar_url":"https://github.com/Kanerix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chitty-Chat\n\nWelcome to the Chitty-Chat project. This is developed following the course **Distributed Systems** at ITU.\n\n## Usage server\n\nThis section will tell you how to start the Chitty-Chat server.\n\n### Run server using Docker\n\nBuild the Chitty-Chat server docker container.\n\n```bash\n$ docker build . -t chitty-chat-server\n...\n[+] Building 10.0s (22/22) FINISHED\n...\n```\n\nRun the docker container.\n\n```bash\n$ docker run chitty-chat-server\n2024/10/26 20:52:41 server is listening on [::]:8080\n```\n\n### Run server using Go CLI\n\nClone the repository and run it using the Go CLI.\n\n```bash\ngit clone https://github.com/kanerix/chitty-chat\n```\n\nUse the Go CLI to start the server.\n\n```bash\n$ go run ./cmd/grpc\n2024/10/26 20:52:41 server is listening on [::]:8080\n```\n\nOPTIONAL: You can also use `make` to do the same.\n\n```bash\n$ make grpc-serve\n2024/10/26 20:52:41 server is listening on [::]:8080\n```\n\n## Usage client\n\nThis section will tell you how to install and use the client.\n\n### Install client from repo\n\nInstall the `chitty` client from the github repository.\n\n```bash\ngo install github.com/kanerix/chitty-chat/cmd/chitty\n```\n\nUse the CLI to connect to the server.\n\n```bash\n# chitty chat -u [username] -H [hostname]\nchitty chat -u Kanerix -H localhost:8080\n```\n\n### Install client using Go CLI\n\nClone the repository and run it using the Go CLI.\n\n```bash\ngit clone https://github.com/kanerix/chitty-chat\n```\n\nRun the CLI with a username and optional hostname (default localhost:8080).\n\n```bash\n# go run ./cmd/chitty -u [username] -H [hostname]\ngo run ./cmd/chitty -u kanerix -H localhost:8080\n```\n\n### Get help using client\n\nIf you need any help, you can use the `--help` flag.\n\n```bash\nchitty chat --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanerix%2Fchitty-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanerix%2Fchitty-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanerix%2Fchitty-chat/lists"}