{"id":21708369,"url":"https://github.com/tpstark137/connectpro","last_synced_at":"2025-03-20T17:26:12.998Z","repository":{"id":256922362,"uuid":"856359800","full_name":"tpstark137/ConnectPro","owner":"tpstark137","description":"Multi-client chatroom application developed in C++ using socket programming","archived":false,"fork":false,"pushed_at":"2024-09-23T18:18:22.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:13:07.197Z","etag":null,"topics":["cpp","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpstark137.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-12T12:59:04.000Z","updated_at":"2024-09-23T18:18:25.000Z","dependencies_parsed_at":"2024-09-13T23:18:57.079Z","dependency_job_id":"d3a7f02a-39fc-4fdf-80fb-55e5d4446080","html_url":"https://github.com/tpstark137/ConnectPro","commit_stats":null,"previous_names":["tpstark137/connectpro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FConnectPro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FConnectPro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FConnectPro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FConnectPro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpstark137","download_url":"https://codeload.github.com/tpstark137/ConnectPro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244658795,"owners_count":20489032,"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":["cpp","socket-programming"],"created_at":"2024-11-25T22:23:26.067Z","updated_at":"2025-03-20T17:26:12.979Z","avatar_url":"https://github.com/tpstark137.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConnectPro: Real-Time Chat Application\n\n## Overview\n\n**ConnectPro** is a multi-client chatroom application developed in C++ using socket programming and multi-threading. This application allows multiple users to connect and communicate with each other in real-time.\n\n## Features\n\n- **Multi-client support**: Multiple users can connect to the chatroom simultaneously.\n- **Real-time communication**: Messages sent by any user are broadcasted to all connected users.\n- **Socket programming**: Utilizes TCP/IP sockets for network communication.\n- **Multi-threading**: Ensures that the server can handle multiple clients at the same time by assigning a dedicated thread to each connected client.\n\n## Tech Stack\n\n- **C++**\n- **Socket Programming**\n- **Multi-threading**\n\n## Installation and Setup\n\n### Prerequisites\n\n- A C++ compiler (e.g., g++)\n- Basic knowledge of socket programming\n- Linux or Windows environment (Linux preferred for socket programming)\n\n### Steps to Setup:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/connectpro.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd connectpro\n   ```\n3. Compile the server and client files:\n   ```bash\n   g++ server.cpp -o server -lpthread\n   g++ client.cpp -o client\n   ```\n4. Run the server:\n   ```bash\n   ./server\n   ```\n5. In a new terminal window, run the client:\n   ```bash\n   ./client\n   ```\n\n## Usage\n\n- Start the server first.\n- Run the client on different terminals (or machines) to simulate multiple users.\n- Once connected, users can start sending messages, and the server will broadcast these messages to all connected users.\n\n## Future Enhancements\n\n- Adding user authentication.\n- Introducing private messaging between clients.\n- Implementing a graphical user interface (GUI).\n- Enhancing security with encryption.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to contribute to this project by creating a pull request or raising an issue.\n\n## Contact\n\nFor any queries or issues, reach out at:\n\n- **GitHub**: [tpstark137](https://github.com/tpstark137)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Fconnectpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpstark137%2Fconnectpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Fconnectpro/lists"}