{"id":23074486,"url":"https://github.com/iamazeem/tcpclientserverapp","last_synced_at":"2025-08-15T16:31:41.886Z","repository":{"id":90259732,"uuid":"61875076","full_name":"iamazeem/TcpClientServerApp","owner":"iamazeem","description":"Sample asynchronous protocol-based TCP client and server apps using C++ and Boost::Asio","archived":false,"fork":false,"pushed_at":"2024-06-25T17:52:47.000Z","size":76,"stargazers_count":41,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-25T19:45:15.531Z","etag":null,"topics":["asio","async-tcp-client","boost-asio","client-server","cpp","cpp11","hacktoberfest","protocol","tcp-client","tcp-server"],"latest_commit_sha":null,"homepage":"https://github.com/iamAzeem/TcpClientServerApp","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/iamazeem.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":"2016-06-24T09:55:14.000Z","updated_at":"2024-06-25T17:52:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9336612-aadc-4315-8eb0-6a845a1fe169","html_url":"https://github.com/iamazeem/TcpClientServerApp","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/iamazeem%2FTcpClientServerApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FTcpClientServerApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FTcpClientServerApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2FTcpClientServerApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamazeem","download_url":"https://codeload.github.com/iamazeem/TcpClientServerApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229929975,"owners_count":18146426,"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":["asio","async-tcp-client","boost-asio","client-server","cpp","cpp11","hacktoberfest","protocol","tcp-client","tcp-server"],"created_at":"2024-12-16T08:28:38.394Z","updated_at":"2024-12-16T08:28:38.880Z","avatar_url":"https://github.com/iamazeem.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TcpClientServerApp\n\n[![ci](https://github.com/iamazeem/TcpClientServerApp/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/iamazeem/TcpClientServerApp/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/license-MIT-darkgreen.svg?style=flat-square)](./LICENSE)\n\nSample asynchronous protocol-based\n[TCP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol) client and\nserver apps using C++ and\n[Boost::Asio](https://www.boost.org/doc/libs/1_76_0/doc/html/boost_asio.html)\n\n```mermaid\nsequenceDiagram\n    autonumber\n    participant client\n    participant server\n    client--\u003e\u003eserver: connect\n    server-\u003e\u003eclient: welcome\n    client-\u003e\u003eserver: command\n    activate server\n    note right of server: execute\n    server-\u003e\u003eclient: output\n    deactivate server\n    client-\u003e\u003eserver: exit\n    server--xclient: disconnect\n```\n\n## Dependencies\n\n- C++11 or above\n- [Boost::Asio](https://www.boost.org/doc/libs/1_76_0/doc/html/boost_asio.html)\n- [CMake](https://cmake.org/)\n\n## Build\n\n```shell\ngit clone --recursive git@github.com:iamazeem/TcpClientServerApp.git\ncd TcpClientServerApp\ncmake -S . -B build\ncmake --build build\n```\n\nThe client and server binaries will be generated under `build` directory:\n\n- `./build/server/server`\n- `./build/client/client`\n\n## Run\n\nRun `server` on one terminal:\n\n```shell\n./build/server/server\n```\n\nRun `client` on another terminal:\n\n```shell\n./build/client/client\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Ftcpclientserverapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamazeem%2Ftcpclientserverapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Ftcpclientserverapp/lists"}