{"id":27857767,"url":"https://github.com/runner365/cpp_websocket","last_synced_at":"2026-03-09T17:11:57.399Z","repository":{"id":258959713,"uuid":"875071685","full_name":"runner365/cpp_websocket","owner":"runner365","description":"websocket client/server is written by c++11","archived":false,"fork":false,"pushed_at":"2024-12-06T06:33:49.000Z","size":25605,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T13:58:06.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/runner365.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":"2024-10-19T03:10:22.000Z","updated_at":"2025-01-13T01:22:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"681376db-d1c2-4c8c-927e-b3281fcbe4f3","html_url":"https://github.com/runner365/cpp_websocket","commit_stats":null,"previous_names":["runner365/cpp_websocket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runner365%2Fcpp_websocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runner365%2Fcpp_websocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runner365%2Fcpp_websocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runner365%2Fcpp_websocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runner365","download_url":"https://codeload.github.com/runner365/cpp_websocket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252344598,"owners_count":21732979,"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":[],"created_at":"2025-05-04T13:58:12.457Z","updated_at":"2026-03-09T17:11:57.360Z","avatar_url":"https://github.com/runner365.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"English | [中文](README_cn.md)\n# CPP_WebSocket\nThe websocket client and server are developed in c++11, based on the libuv high-performance asynchronous network library, and have the characteristics of asynchronous high concurrency.\n\n## websocket server\nSupport high-performance websocket service\n\n* Based on libuv high-performance network asynchronous concurrency\n* Support websocket bin/text data sending and receiving\n* Support websocket based on http (unencrypted)\n* Support websocket based on https (encrypted)\n* Support subsequent websocket custom development\n\nHere is a server demo: [ws_server_demo](src/tools/ws_server_demo.cpp)\n\n## websocket client\nSupport various common functions of websocket client\n* Based on libuv high-performance network asynchronous concurrency\n* Support data input within libuv thread\n* Support data input outside libuv thread\n* Support websocket based on http (unencrypted)\n* Support websocket based on https (encrypted)\n* Support subsequent websocket custom development\n\nHere are the client demos:\n* [ws_client_demo](src/tools/ws_client_demo.cpp): A demo of libuv internal thread sending data.\n* [ws_client_demo](src/tools/ws_client_asnyc_demo.cpp): A demo of libuv external thread sending data.\n\n## How to compile (linux/macos)\nCompilation uses cmake, which requires cmake 3.7.1 or above\n```\nmkdir objs\ncd objs\ncmake ..\nmake\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunner365%2Fcpp_websocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunner365%2Fcpp_websocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunner365%2Fcpp_websocket/lists"}