{"id":18720457,"url":"https://github.com/stiffstream/restinio-conan-example-boost-asio","last_synced_at":"2026-01-26T04:33:22.053Z","repository":{"id":92244892,"uuid":"158693466","full_name":"Stiffstream/restinio-conan-example-boost-asio","owner":"Stiffstream","description":"An example of RESTinio usage via Conan package (with Boost.Asio instead of standalone Asio).","archived":false,"fork":false,"pushed_at":"2019-05-15T06:25:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:52:25.821Z","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-22T12:05:29.000Z","updated_at":"2019-05-15T06:25:09.000Z","dependencies_parsed_at":"2023-06-08T03:15:06.645Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/restinio-conan-example-boost-asio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stiffstream/restinio-conan-example-boost-asio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example-boost-asio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example-boost-asio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example-boost-asio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example-boost-asio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/restinio-conan-example-boost-asio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-conan-example-boost-asio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","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:09.164Z","updated_at":"2026-01-26T04:33:22.036Z","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 Boost.Asio. To see the same example but with usage of standalone version of Asio look at [that repo](https://github.com/Stiffstream/restinio-conan-example).\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-boost-asio\ncd restinio-conan-example-boost-asio\ndocker build -t restinio-conan-example-boost .\ndocker run -p 8080:8080 restinio-conan-example-boost \u0026\ncurl http://localhost:8080/\n```\nAll necessary steps like installing Python, PIP, conan, CMake and so on are performed in Dockerfile. You can inspect Dockerfile content to see how conan can be configured and used.\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-boost-asio\ncd restinio-conan-example-asio\n# Build the example.\nmkdir build \u0026\u0026 cd build\nconan install .. --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-boost-asio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Frestinio-conan-example-boost-asio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frestinio-conan-example-boost-asio/lists"}