{"id":13419232,"url":"https://github.com/evilsocket/librestd","last_synced_at":"2025-07-15T10:39:54.749Z","repository":{"id":66844715,"uuid":"107789088","full_name":"evilsocket/librestd","owner":"evilsocket","description":"A low dependencies and self contained library to create C++ RESTful API services.","archived":false,"fork":false,"pushed_at":"2018-09-09T12:07:15.000Z","size":162,"stargazers_count":199,"open_issues_count":1,"forks_count":23,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-07-31T22:46:17.451Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilsocket.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":"2017-10-21T14:54:22.000Z","updated_at":"2024-01-04T16:18:04.000Z","dependencies_parsed_at":"2023-03-13T20:29:08.395Z","dependency_job_id":null,"html_url":"https://github.com/evilsocket/librestd","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/evilsocket%2Flibrestd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Flibrestd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Flibrestd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Flibrestd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilsocket","download_url":"https://codeload.github.com/evilsocket/librestd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233430497,"owners_count":18675101,"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-07-30T22:01:13.119Z","updated_at":"2025-01-11T02:18:46.455Z","avatar_url":"https://github.com/evilsocket.png","language":"C++","readme":"# librestd\n\nA low dependencies and self contained library to create C++ RESTful API services ( **UNDER HEAVY DEVELOPMENT** ).\n\n## Scope\n\nThis library and the underlying HTTP server component do **not** support the full HTTP specs but were rather implemented with speed and simplicity in mind. Nevertheless, as it is possible to see from the `hello_world.cpp` example file, the library offers every basic feature you might need in order to wrap your C++ tools/engines/business logic as REST services running on `localhost` ( or bound to a UNIX domain socket ).\n\n## Compilation\n\n    git clone https://github.com/evilsocket/librestd.git\n    cd librestd\n    cmake -DCMAKE_BUILD_TYPE=Release .\n    make \n    \nAnd install with:\n\n    sudo make install\n\n## Usage\n\nFor an usage example see the `hello_world.cpp` file.\n\n## License\n\n`librestd` is released under the GPL 3.0 license and it's copyleft of Simone 'evilsocket' Margaritelli.  \n\nJSON support provided using the [JSON for Modern C++](https://github.com/nlohmann/json) library by Niels Lohmann.\n","funding_links":[],"categories":["TODO scan for Android support in followings","Backend"],"sub_categories":["REST"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Flibrestd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilsocket%2Flibrestd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Flibrestd/lists"}