{"id":51162350,"url":"https://github.com/timbergus/sirocco","last_synced_at":"2026-06-26T15:01:55.963Z","repository":{"id":41518532,"uuid":"405679227","full_name":"timbergus/sirocco","owner":"timbergus","description":"This project aims to create a C++ REST server.","archived":false,"fork":false,"pushed_at":"2025-08-17T01:51:52.000Z","size":1924,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T03:29:38.524Z","etag":null,"topics":["cpp","rest","server"],"latest_commit_sha":null,"homepage":"https://timbergus.github.io/sirocco/","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/timbergus.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,"zenodo":null}},"created_at":"2021-09-12T15:29:33.000Z","updated_at":"2023-01-27T18:55:34.000Z","dependencies_parsed_at":"2025-08-17T03:21:55.355Z","dependency_job_id":"2cbbe86e-44ab-40b9-94d1-0a644f4bc7df","html_url":"https://github.com/timbergus/sirocco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timbergus/sirocco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fsirocco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fsirocco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fsirocco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fsirocco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbergus","download_url":"https://codeload.github.com/timbergus/sirocco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbergus%2Fsirocco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34821764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":["cpp","rest","server"],"created_at":"2026-06-26T15:01:55.067Z","updated_at":"2026-06-26T15:01:55.950Z","avatar_url":"https://github.com/timbergus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sirocco\n\nA easy to use C++ REST server. A personal project to learn C++ and improve my knowledge of the Internet. Feel free to fork it and have fun from scratch 🙂\n\n## Files\n\n- **`main`**: The example application to test the library.\n- **`actions`**: The callbacks for the server endpoints.\n- **`server`**: The server itself.\n- **`request`**: Module to handle the client's request.\n- **`response`**: Module to handle the server's response.\n- **`comm`**: Communication module that stores a request and a response.\n- **`http`**: The HTTP tool.\n- **`json`**: The JSON tool.\n- **`utils`**: Functions to help around.\n\n## Running the Example\n\nThe project lives in `src/server` and has a `main.cpp` file as test bench for the library.\n\nAll the processes are controlled using `make`. The `Makefile` describe all of them.\n\n- Cleans the project: `make clean`.\n- Inits the project: `make init`.\n- Builds the project: `make sirocco`.\n- Runs the project: `make start`.\n- Test the project: `make test`.\n\n## Testing the Server\n\nTo test the server, there is a `test.http` file that can be run using the VSCode extension [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).\n\n## Documentation\n\nThe documentation has been created as a GitHub page. The project is written using [React](https://reactjs.org/), and lives in `src/www`.\n\n### Development\n\n- `cd src/www`.\n- `yarn`.\n- `yarn dev`.\n\nAnd after your changes are production ready.\n\n- `yarn build`.\n\nThe result of the build will be stored in the `docs` folder and published by GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbergus%2Fsirocco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbergus%2Fsirocco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbergus%2Fsirocco/lists"}