{"id":18679246,"url":"https://github.com/code-monad/blyat","last_synced_at":"2025-07-10T19:36:53.734Z","repository":{"id":220342749,"uuid":"751375195","full_name":"code-monad/blyat","owner":"code-monad","description":"High performance channel-broadcast webscoket service. Ready to use with a simple docker deployment","archived":false,"fork":false,"pushed_at":"2024-02-01T16:18:35.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-05-18T15:12:05.851Z","etag":null,"topics":["beast","boost","cpp17","websocket"],"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/code-monad.png","metadata":{"files":{"readme":"README.org","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":"2024-02-01T13:44:04.000Z","updated_at":"2024-02-01T16:17:56.000Z","dependencies_parsed_at":"2024-11-07T09:54:14.209Z","dependency_job_id":null,"html_url":"https://github.com/code-monad/blyat","commit_stats":null,"previous_names":["code-monad/blyat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-monad/blyat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Fblyat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Fblyat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Fblyat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Fblyat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-monad","download_url":"https://codeload.github.com/code-monad/blyat/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Fblyat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264640067,"owners_count":23642335,"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":["beast","boost","cpp17","websocket"],"created_at":"2024-11-07T09:42:45.147Z","updated_at":"2025-07-10T19:36:53.674Z","avatar_url":"https://github.com/code-monad.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Blyat\n#+author: Code Monad\n#+date: 2022-06-25\n\nAn HTTP\u0026Websocket Mutex Flat Server \n\n[[CI Status][https://github.com/code-monad/blyat/actions/workflows/cmake-multi-platform.yml/badge.svg]]\n\n\n* Introduction\n\n** Features\n   - [X] Hosting for static files as an HTTP server.\n   - [X] Websocket broadcast server.\n   - [X] Multi-channel broadcast service\n   - [ ] Providing high-level API's for events callback and operations\n   \n   - [ ] WebGUI plugin\n\n     \n\n* Quick Start\n  #+begin_src bash\n    docker run --rm -it -p 65472:65472 codemonad/blyat\n  #+end_src\n  Now visit http://localhost:65472 or connect to ws://localhost:65472/\n\n* Webscoket Channel Specifier\nChannels are seperated using the endpoint ~/room/[room_id]~.\nFor example, ~ws://localhost:65472/room/1~ would be room ~1~, ~ws://localhost:65472/room/blyat~ would be ~blyat~,etc.\nIf no room name specified, then default room will be used. Which is Room ~_~.\n\nIf adding ~?echo=true~ query, you will receive what message you send out.\n\n频道是由 URL上的 ~/room/room_id~ 来区分的。\n比如:\n~ws://localhost:65472/room/1~ 会进入房间名为 ~1~ 的channel, ~ws://localhost:65472/room/blyat~ 会进入房间名为 ~blyat~ 的channel,以此类推.\n如果你在链接末尾加上 ~?echo=true~ ，那你会收到自己发出去的消息。\n\n\n* Compiling\n\n  #+begin_src bash\n    mkdir build \u0026\u0026 cd build;\n    cmake ..;\n    make -j;\n  #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-monad%2Fblyat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-monad%2Fblyat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-monad%2Fblyat/lists"}