{"id":20347992,"url":"https://github.com/shlomnissan/websocket-serve","last_synced_at":"2025-03-04T16:15:33.178Z","repository":{"id":78061759,"uuid":"227661657","full_name":"shlomnissan/websocket-serve","owner":"shlomnissan","description":"🐉 Simple Websocket chat server using Boost","archived":false,"fork":false,"pushed_at":"2019-12-12T17:55:10.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T23:05:36.747Z","etag":null,"topics":["asio","boost","cpp","cpp17","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shlomnissan.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":"2019-12-12T17:33:10.000Z","updated_at":"2020-01-05T01:37:20.000Z","dependencies_parsed_at":"2023-02-25T21:30:29.434Z","dependency_job_id":null,"html_url":"https://github.com/shlomnissan/websocket-serve","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/shlomnissan%2Fwebsocket-serve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomnissan%2Fwebsocket-serve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomnissan%2Fwebsocket-serve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlomnissan%2Fwebsocket-serve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shlomnissan","download_url":"https://codeload.github.com/shlomnissan/websocket-serve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877504,"owners_count":20035417,"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","boost","cpp","cpp17","websocket-server"],"created_at":"2024-11-14T22:18:49.345Z","updated_at":"2025-03-04T16:15:33.140Z","avatar_url":"https://github.com/shlomnissan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# websocket-serve\n\nA simple Websocket server written in C++ using Boost.Axios and Boost.Beast. You can connect to it using any Websocket client and post messages. Messages will be broadcasted to all connected sockets. This repository is a good starting point for building up application-specific servers that support HTTP and Websocket protocols using C++ and Boost.\n\n## Set up a development environment using Docker\n\n#### Build the image\n```\ndocker build -t websocket-serve .\n```\n\n#### Run the container\n```\ndocker run -d -P --name websocket-serve-dev websocket-serve\n```\n\n#### Run bash to set up a password for root\n```\ndocker exec -it websocket-serve-dev /bin/bash\n$ passwd root\n$ exit\n```\n\n#### Log in using SSH\n```\nssh root@localhost -p {$PORT}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlomnissan%2Fwebsocket-serve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshlomnissan%2Fwebsocket-serve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlomnissan%2Fwebsocket-serve/lists"}