{"id":20089343,"url":"https://github.com/anarthal/servertech-chat","last_synced_at":"2025-09-11T12:36:17.488Z","repository":{"id":182831453,"uuid":"666554962","full_name":"anarthal/servertech-chat","owner":"anarthal","description":"Chat app using Boost and C++","archived":false,"fork":false,"pushed_at":"2025-07-15T09:36:09.000Z","size":1156,"stargazers_count":63,"open_issues_count":29,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-15T21:34:00.392Z","etag":null,"topics":["async","aws","beast","boost","cpp","networking","redis","websocket"],"latest_commit_sha":null,"homepage":"https://anarthal.github.io/servertech-chat/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anarthal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-14T20:34:11.000Z","updated_at":"2025-07-10T06:30:52.000Z","dependencies_parsed_at":"2025-03-17T13:25:36.156Z","dependency_job_id":"748b3430-a973-4b0b-a1f6-c15f35d8f75a","html_url":"https://github.com/anarthal/servertech-chat","commit_stats":null,"previous_names":["anarthal/servertech-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anarthal/servertech-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anarthal%2Fservertech-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anarthal%2Fservertech-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anarthal%2Fservertech-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anarthal%2Fservertech-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anarthal","download_url":"https://codeload.github.com/anarthal/servertech-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anarthal%2Fservertech-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274634983,"owners_count":25321836,"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-09-11T02:00:13.660Z","response_time":74,"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":["async","aws","beast","boost","cpp","networking","redis","websocket"],"created_at":"2024-11-13T16:17:27.856Z","updated_at":"2025-09-11T12:36:17.465Z","avatar_url":"https://github.com/anarthal.png","language":"C++","readme":"# BoostServerTech Chat\n\nThis repository holds the code for a chat application written in C++.\n\nRead the full docs [here](https://anarthal.github.io/servertech-chat/).\n\n| Build                                                                                              | Docs                                                                                                                                            | Live server                     |\n| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |\n| ![Build Status](https://github.com/anarthal/servertech-chat/actions/workflows/build.yml/badge.svg) | [![Build Status](https://github.com/anarthal/servertech-chat/actions/workflows/doc.yml/badge.svg)](https://anarthal.github.io/servertech-chat/) | [Try it!](http://16.171.43.27/) |\n\n## The BoostServerTech project\n\nThis is the first of the [BoostServerTech projects](https://docs.google.com/document/d/1ZQrod1crs8EaNLLqSYIRMacwR3Rv0hC5l-gfL-jOp2M),\na collection of projects that showcase how C++ and Boost can be used for server-side code.\n\n## Architecture\n\nThe server is based on Boost.Beast, asynchronous (C++20 coroutines)\nand single-threaded. It requires C++20 to build. It uses Redis and MySQL for\npersistence.\n\nThe client is web-based and uses Next.js. It communicates with the server\nusing websockets.\n\nYou can read more about the architecture\n[in this section of the docs](https://anarthal.github.io/servertech-chat/01-architecture.html).\n\n## Local development\n\nYou can quickly run the chat application in localhost by using Docker Compose,\nby running in a terminal at the repo root:\n\n```\ndocker compose up --build\n```\n\nOr you can learn about how to set up a traditional development environment\n[here](https://anarthal.github.io/servertech-chat/02-local-dev.html).\n\n## Going live in minutes\n\nThis project features a CI/CD pipeline that can deploy your code to your server in\nminutes. All you need is a Linux server with SSH enabled, or an AWS account to create one.\nYou can find out more [here](https://anarthal.github.io/servertech-chat/03-fork-modify-deploy.html).\n\n## Want to contribute?\n\nDrop us a message in [the cpplang Slack](https://cpplang.slack.com/archives/C06BRML5EFK)!\nContributors are more than welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanarthal%2Fservertech-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanarthal%2Fservertech-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanarthal%2Fservertech-chat/lists"}