{"id":18320281,"url":"https://github.com/gedex/cli_chat","last_synced_at":"2025-04-09T14:24:24.644Z","repository":{"id":14943013,"uuid":"17667602","full_name":"gedex/cli_chat","owner":"gedex","description":"Simple CLI based client and server for tcp based chat connection","archived":false,"fork":false,"pushed_at":"2014-03-12T13:21:04.000Z","size":104,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T08:25:15.391Z","etag":null,"topics":[],"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/gedex.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}},"created_at":"2014-03-12T13:20:38.000Z","updated_at":"2018-04-05T19:25:35.000Z","dependencies_parsed_at":"2022-09-24T00:52:16.597Z","dependency_job_id":null,"html_url":"https://github.com/gedex/cli_chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fcli_chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fcli_chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fcli_chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fcli_chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/cli_chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054382,"owners_count":21039994,"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":[],"created_at":"2024-11-05T18:15:47.842Z","updated_at":"2025-04-09T14:24:24.626Z","avatar_url":"https://github.com/gedex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"cli_chat\n========\n\ncli_chat is a simple CLI based client and server for tcp based chat connection. Both\nserver and client written in Go. You can use telnet too.\n\n## Install\n\nClone this repository.\n\n~~~text\n$ cd /path/to/cloned/repo\n$ make build\n~~~\n\n## Run the server\n\n~~~text\n./bin/server\n~~~\n\n## Use the client to connect to server\n\n~~~text\n./bin/client\n~~~\n\n## Use telnet to connect to server\n\n~~~text\ntelnet 0.0.0.0 8888\n~~~\n\n## TODO\n\n* Creates a nice client interface. Using [termbox](https://github.com/nsf/termbox-go) maybe?\n* Type `Message` should contains more attribute, like `action`. There will be message\n  formatter on the client code that check `Message.action`. A good use case would be `action`\n  to retrieve all connected clients, to quit, and to kick another user.\n* Allows multiple rooms so that upon initial connection user can join open room after his/her nick\n  is registered.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fcli_chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fcli_chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fcli_chat/lists"}