{"id":18463050,"url":"https://github.com/shawnjeffersonwang/messenger","last_synced_at":"2025-04-15T19:54:19.376Z","repository":{"id":189060040,"uuid":"679964554","full_name":"ShawnJeffersonWang/messenger","owner":"ShawnJeffersonWang","description":"This repository contains a C++ Chatroom application supporting features like user authentication, friend management, private and group chats, real-time notifications, and file uploads. The project uses Redis, CMake, and epoll with multithreading for efficient performance.","archived":false,"fork":false,"pushed_at":"2024-06-07T09:29:18.000Z","size":113,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-15T19:54:13.585Z","etag":null,"topics":["async","cmake","cpp","linux","messenger","multithreading","network","redis","websocket-client","websocket-server"],"latest_commit_sha":null,"homepage":"","language":"C++","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/ShawnJeffersonWang.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":"2023-08-18T03:06:07.000Z","updated_at":"2024-10-06T15:16:13.000Z","dependencies_parsed_at":"2024-01-24T17:27:34.542Z","dependency_job_id":"db586af6-5e7a-477a-a5f8-da3055ac8980","html_url":"https://github.com/ShawnJeffersonWang/messenger","commit_stats":null,"previous_names":["shawnjeffersonwang/messenger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShawnJeffersonWang%2Fmessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShawnJeffersonWang%2Fmessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShawnJeffersonWang%2Fmessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShawnJeffersonWang%2Fmessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShawnJeffersonWang","download_url":"https://codeload.github.com/ShawnJeffersonWang/messenger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145296,"owners_count":21219966,"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":["async","cmake","cpp","linux","messenger","multithreading","network","redis","websocket-client","websocket-server"],"created_at":"2024-11-06T09:05:46.040Z","updated_at":"2025-04-15T19:54:19.356Z","avatar_url":"https://github.com/ShawnJeffersonWang.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatroom Application\n\nThis repository contains the source code for a Chatroom application developed in C++. The application supports user login, registration, adding friends, blocking/deleting users, private and group chats, real-time notifications, and file uploads. The main technology stack includes Redis, CMake, and epoll with multithreading.\n\n## Features\n\n- **User Authentication:** Users can register and log in securely.\n- **Friend Management:** Users can add, delete, and block friends.\n- **Private and Group Chats:** Users can engage in both private and group conversations.\n- **Real-time Notifications:** The application provides real-time notifications for new messages and updates.\n- **File Upload:** Users can upload and share files within the chat.\n- **Multithreading:** Efficiently handles multiple connections using epoll and multithreading.\n\n## Getting Started\n\nTo run the Chatroom application locally, follow these steps:\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/ShawnJeffersonWang/Messenger.git\n    cd Messenger\n    ```\n\n2. **Install dependencies:**\n    Ensure you have Redis installed and running. Install CMake and any other necessary libraries for the project.\n\n3. **Compile the source code:**\n    ```sh\n    mkdir build\n    cd build\n    cmake ..\n    make\n    ```\n\n4. **Run the application:**\n    ```sh\n    ./chatroom_executable\n    ```\n\n5. **Connect to the application:**\n    Access the Chatroom application through your preferred client interface.\n\n## Dependencies\n\nThe Chatroom application relies on the following dependencies:\n\n- **Redis:** For data storage and message queueing.\n- **CMake:** For build configuration.\n- **epoll:** For handling multiple I/O events efficiently.\n- **Multithreading:** To handle concurrent connections.\n\nPlease ensure that you have these dependencies installed and properly configured before running the application.\n\n## Usage\n\n1. **Launch the Chatroom application.**\n2. **Create an account or log in** with your existing credentials.\n3. **Explore the user interface** and navigate through the available features.\n4. **Manage your friends**: add, delete, or block users.\n5. **Start conversations**: engage in private or group chats.\n6. **Send notifications and share files** in real-time with other users.\n\n## Contributing\n\nContributions to the Chatroom application are welcome. If you encounter any issues or have suggestions for improvements, please submit a pull request or open an issue on this repository.\n\nWhen contributing, please adhere to the existing code style and follow the established guidelines.\n\n## License\n\nThis Chatroom application is licensed under the [MIT License](LICENSE). You are free to modify and distribute the application as per the license terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawnjeffersonwang%2Fmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshawnjeffersonwang%2Fmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawnjeffersonwang%2Fmessenger/lists"}