{"id":18720454,"url":"https://github.com/stiffstream/restinio-conan-example","last_synced_at":"2026-03-19T06:03:02.314Z","repository":{"id":92244905,"uuid":"158674409","full_name":"Stiffstream/restinio-conan-example","owner":"Stiffstream","description":"An example of RESTinio usage via Conan","archived":false,"fork":false,"pushed_at":"2020-05-12T07:18:29.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:52:25.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stiffstream.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":"2018-11-22T09:29:03.000Z","updated_at":"2020-05-12T07:18:32.000Z","dependencies_parsed_at":"2023-06-08T03:15:13.921Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/restinio-conan-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stiffstream/restinio-conan-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/restinio-conan-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:19:35.311Z","status":"ssl_error","status_checked_at":"2026-01-26T03:19:13.815Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-07T13:31:08.663Z","updated_at":"2026-01-26T03:32:07.253Z","avatar_url":"https://github.com/Stiffstream.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a simple example that use [RESTinio](https://stiffstream.com/en/products/restinio.html) via the corresponding Conan package.\n\nRESTinio uses standalone version of Asio or the one from Boost. \n\n# How To Try\n\n## Docker\nThe simplest way is to use Docker and Dockerfile from the repository. For example:\n```bash\ngit clone https://github.com/Stiffstream/restinio-conan-example\ncd restinio-conan-example\ndocker build -t restinio-conan-example .\ndocker run -p 8080:8080 restinio-conan-example \u0026\ncurl http://localhost:8080/\n```\n\nAll necessary steps like installing Python, PIP, conan, CMake and so on are performed in Dockerfile. \nYou can check Dockerfile content to see how conan can be configured and used.\n\nTo test RESTinio with Boost.ASIO one shoud build docker with one of the following:\n```bash\ndocker build --build-arg boost_libs=static -t restinio-conan-example .\ndocker build --build-arg boost_libs=shared -t restinio-conan-example .\n```\n\n## Manual Build\nTo perform manual build it is necessary to have conan and CMake installed. Then you can do the following steps:\n```bash\n# Add remote for conan to find RESTinio package.\nconan remote add stiffstream https://api.bintray.com/conan/stiffstream/public\n# Add remote for conan to find RESTinio's dependencies.\nconan remote add public-conan https://api.bintray.com/conan/bincrafters/public-conan  \n# Clone the demo repository.\ngit clone https://github.com/Stiffstream/restinio-conan-example\ncd restinio-conan-example\n# Build the example.\nmkdir build \u0026\u0026 cd build\nconan install .. --build=missing\n# Or \n# conan install -o restinio:boost_libs=static .. --build=missing\n# conan install -o restinio:boost_libs=shared .. --build=missing\ncmake ..\ncmake --build . --config Release\n# Check the example.\n./bin/hello_world_minimal \u0026\ncurl http://localhost:8080/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frestinio-conan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Frestinio-conan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frestinio-conan-example/lists"}