{"id":22412449,"url":"https://github.com/tusharpamnani/terminal-chat-app","last_synced_at":"2026-07-29T00:32:08.797Z","repository":{"id":215827996,"uuid":"739872150","full_name":"tusharpamnani/Terminal-Chat-App","owner":"tusharpamnani","description":"A simple TCP Client-Server Chat Application in Rust","archived":false,"fork":false,"pushed_at":"2024-01-07T09:31:38.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T02:06:44.392Z","etag":null,"topics":["project"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tusharpamnani.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-06T19:54:39.000Z","updated_at":"2024-01-07T07:42:03.000Z","dependencies_parsed_at":"2025-10-13T02:06:46.558Z","dependency_job_id":"191e2bb8-6116-4c09-baa0-1a3a88812ee9","html_url":"https://github.com/tusharpamnani/Terminal-Chat-App","commit_stats":null,"previous_names":["tusharpamnani/terminal-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tusharpamnani/Terminal-Chat-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FTerminal-Chat-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FTerminal-Chat-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FTerminal-Chat-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FTerminal-Chat-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharpamnani","download_url":"https://codeload.github.com/tusharpamnani/Terminal-Chat-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FTerminal-Chat-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36012773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-28T02:00:06.341Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["project"],"created_at":"2024-12-05T14:08:51.723Z","updated_at":"2026-07-29T00:32:08.712Z","avatar_url":"https://github.com/tusharpamnani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust TCP Client-Server Communication\n\nThis repository contains a simple implementation of a TCP client-server communication in Rust. The communication involves sending and receiving messages between a server and multiple clients.\n\n## Getting Started\n\n### Prerequisites\n\n- Rust programming language: [Install Rust](https://www.rust-lang.org/tools/install)\n\n### Running the Server\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/tusharpamnani/Terminal-Chat-App.git\n    cd Terminal-Chat-App\n    ```\n\n2. Build and run the server:\n\n    ```bash\n    cargo run --bin server\n    ```\n\n### Running the Client\n\n1. Open a new terminal window.\n\n2. Clone the repository (if not done already):\n\n    ```bash\n    git clone https://github.com/tusharpamnani/Terminal-Chat-App.git\n    cd Terminal-Chat-App\n    ```\n\n3. Build and run the client:\n\n    ```bash\n    cargo run --bin client\n    ```\n\n## Usage\n\n- The server listens for incoming connections on `127.0.0.1:6000`.\n- Multiple clients can connect to the server simultaneously.\n- Type messages in the client terminal and press Enter to send them to the server.\n- Type `:quit` in the client terminal to exit the client.\n- The server displays received messages from clients in its terminal.\n\n## Contributing\n\nFeel free to contribute by submitting issues or pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Fterminal-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharpamnani%2Fterminal-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Fterminal-chat-app/lists"}