{"id":21651633,"url":"https://github.com/hoytech/golpe","last_synced_at":"2025-04-11T20:30:25.927Z","repository":{"id":64998937,"uuid":"422426159","full_name":"hoytech/golpe","owner":"hoytech","description":"C++ application framework","archived":false,"fork":false,"pushed_at":"2024-09-14T13:43:23.000Z","size":298,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T16:22:22.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","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/hoytech.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":"2021-10-29T03:08:27.000Z","updated_at":"2024-09-14T13:43:27.000Z","dependencies_parsed_at":"2023-12-06T00:26:42.518Z","dependency_job_id":"9fd45dfc-9c0c-4ef0-9184-e05a36638f67","html_url":"https://github.com/hoytech/golpe","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/hoytech%2Fgolpe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fgolpe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fgolpe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoytech%2Fgolpe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoytech","download_url":"https://codeload.github.com/hoytech/golpe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476019,"owners_count":21110197,"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":"2024-11-25T07:48:59.461Z","updated_at":"2025-04-11T20:30:25.876Z","avatar_url":"https://github.com/hoytech.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golpe - C++ application framework\n\ngolpe is an opinionated framework for building C++ servers. It is specially tailored for building websocket servers that interact with an embedded LMDB database.\n\nMost of the framework is configured in a declarative manner, by editing a file named `golpe.yaml`.\n\n## Features\n\n* [LMDB](https://lmdb.tech/) database integration\n  * C++17 fork of [lmdbxx](https://github.com/hoytech/lmdbxx/)\n  * [RasgueaDB](https://github.com/hoytech/rasgueadb) indexing and query layer\n  * [Flatbuffers](https://google.github.io/flatbuffers/) for DB record encoding (and optionally network transports)\n* Fork of [uWebsockets 0.14](https://github.com/hoytech/uWebSockets) (last version with websocket client support)\n* Automatic detection of `cmd_*.cpp` files and git-like subcommand dispatching\n* [taocpp config](https://github.com/taocpp/config) setup and hot reloading app when config file changes\n* Setup of [loguru](https://github.com/emilk/loguru) logging with nice defaults\n* [docopt.cpp](https://github.com/docopt/docopt.cpp) integration for command-line argument processing\n* Flexible `make` build framework\n* Lots of little conveniences\n\n## Setup\n\nRun:\n\n    mkdir myapp\n    cd myapp\n    git init\n    git submodule add https://github.com/hoytech/golpe.git\n\nEdit `Makefile`:\n\n    BIN = myapp\n    OPT = -O3 -g\n\n    include golpe/rules.mk\n\nEdit `golpe.yaml`:\n\n    appName: myapp\n\nRun:\n\n    make setup-golpe\n\n## Example apps\n\nComing soon\n\n## Tips\n\n* If you add a new command, to avoid rebuilding everything, run `rm build/main.*` and then `make`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoytech%2Fgolpe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoytech%2Fgolpe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoytech%2Fgolpe/lists"}