{"id":30119750,"url":"https://github.com/phyulwin/multithreaded-chatserver-cpp20","last_synced_at":"2025-08-10T12:42:14.525Z","repository":{"id":308672246,"uuid":"1033660869","full_name":"phyulwin/multithreaded-chatserver-cpp20","owner":"phyulwin","description":"This is a Systems-level project using modern C++ to demonstrate:  Memory-safe programming, Multithreading OS-level networking (sockets)","archived":false,"fork":false,"pushed_at":"2025-08-07T06:50:55.000Z","size":313,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-07T08:36:30.871Z","etag":null,"topics":["asyncio","chatserver","cmake","cpp20","modern-cpp","multithreading","networking","sockets","system","telnet-client"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phyulwin.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}},"created_at":"2025-08-07T06:48:13.000Z","updated_at":"2025-08-07T06:53:37.000Z","dependencies_parsed_at":"2025-08-07T08:48:16.813Z","dependency_job_id":null,"html_url":"https://github.com/phyulwin/multithreaded-chatserver-cpp20","commit_stats":null,"previous_names":["phyulwin/multithreaded-chatserver-cpp20"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/phyulwin/multithreaded-chatserver-cpp20","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyulwin%2Fmultithreaded-chatserver-cpp20","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyulwin%2Fmultithreaded-chatserver-cpp20/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyulwin%2Fmultithreaded-chatserver-cpp20/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyulwin%2Fmultithreaded-chatserver-cpp20/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phyulwin","download_url":"https://codeload.github.com/phyulwin/multithreaded-chatserver-cpp20/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyulwin%2Fmultithreaded-chatserver-cpp20/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269726446,"owners_count":24465376,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["asyncio","chatserver","cmake","cpp20","modern-cpp","multithreading","networking","sockets","system","telnet-client"],"created_at":"2025-08-10T12:42:13.848Z","updated_at":"2025-08-10T12:42:14.501Z","avatar_url":"https://github.com/phyulwin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multithreaded Chat Server\n#### Systems-Level + Modern C++ (Core Competency Project)\n\nA **multithreaded chat server** that can:\n\n* Handle multiple clients concurrently\n* Support chat rooms\n* Broadcast messages using a message queue\n\n### Tools \u0026 Technologies:\n\n* **C++20** – Modern language features.\n* **Compiler** – GCC or Clang (with C++20 support).\n* **Build System** – CMake.\n* **Socket API** – Winsock (Windows).\n* **Threading** – `std::thread`, `std::mutex`, `std::condition_variable`.\n* **I/O Multiplexing** – `select()` or `epoll` (Linux).\n* **Development Environment** – VS Code.\n* **Version Control** – Git.\n* **Message Queue** – std::queue + mutex/condition\\_variable or use a concurrent queue.\n\n---\n\n### **Screenshots**\n\n![App Screenshot 1](screenshots/app-ss%20(1).png)\n![App Screenshot 2](screenshots/app-ss%20(2).png)\n![App Screenshot 3](screenshots/app-ss%20(3).png)\n\n---\n\n### **Project Key Concepts:**\n\n* Networking with raw sockets\n* Parallel processing using threads\n* Resource management using RAII and smart pointers\n* Efficient I/O handling at scale\n* Clean, modular modern C++ code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphyulwin%2Fmultithreaded-chatserver-cpp20","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphyulwin%2Fmultithreaded-chatserver-cpp20","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphyulwin%2Fmultithreaded-chatserver-cpp20/lists"}