{"id":18720456,"url":"https://github.com/stiffstream/restinio-long-output-sample","last_synced_at":"2025-11-01T07:03:08.151Z","repository":{"id":92244899,"uuid":"207539970","full_name":"Stiffstream/restinio-long-output-sample","owner":"Stiffstream","description":"A simple RESTinio-based HTTP-server that responds with arbitrary long responses to incoming request at requested speed.","archived":false,"fork":false,"pushed_at":"2020-10-22T07:48:32.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:52:26.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Stiffstream.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":"2019-09-10T11:23:12.000Z","updated_at":"2020-10-22T07:48:34.000Z","dependencies_parsed_at":"2023-06-08T03:15:10.628Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/restinio-long-output-sample","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Stiffstream/restinio-long-output-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-long-output-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-long-output-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-long-output-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-long-output-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/restinio-long-output-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frestinio-long-output-sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265845003,"owners_count":23837697,"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-07T13:31:08.934Z","updated_at":"2025-11-01T07:03:03.117Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a simple RESTinio-based HTTP-server that responds with arbitrary long responses to incoming request at requested speed.\r\n\r\n# How To Obtain And Try?\r\n\r\n## Prerequisites\r\n\r\nA C++ complier with support of C++14.\r\n\r\n## How To Obtain?\r\n\r\nThis repository contains only source codes of the examples. RESTinio's source code as well as source code of RESTinio's dependencies is not included into the repository. There are two ways to get the examples and all necessary dependencies.\r\n\r\n### Download The Full Archive\r\n\r\nThere is a [Downloads section](https://github.com/stiffstream/restinio-long-output-sample/releases). It contains archives with all source codes (it means that an archive contains sources of the examples and sources\r\nof all necessary subprojects). The simpliest way is to download a corresponding archive, unpack it, go into\r\n`restinio-long-output-sample/dev`, then compile and run.\r\n\r\n### Use MxxRu::externals\r\n\r\nIt this case you need to have Ruby + MxxRu + various utilities which every Linux/FreeBSD/macOS-developer usually have (like git, tar, unzip and stuff like that). Then:\r\n\r\n1. Install Ruby, RubyGems and Rake (usually RubyGems is installed with Ruby but sometimes you have to install it separatelly).\r\n2. Install MxxRu: `gem install Mxx_ru`\r\n3. Do git clone: `git clone https://github.com/stiffstream/restinio-long-output-sample`\r\n4. Go into appropriate folder: `cd restinio-long-output-sample`\r\n5. Run command `mxxruexternals`\r\n6. Wait while all dependencies will be downloaded.\r\n\r\nThen go to `dev` subfolder, compile and run.\r\n\r\n## How To Try?\r\n\r\n### Building With CMake\r\n\r\nA well known chain of actions:\r\n\r\n~~~~~\r\ncd restinio-long-output-sample/dev\r\nmkdir cmake_build\r\ncd cmake_build\r\ncmake -DCMAKE_INSTALL_PREFIX=target -DCMAKE_BUILD_TYPE=release -DRESTINIO_FIND_DEPS=OFF ..\r\ncmake --build . --config Release\r\ncmake --build . --config Release --target install\r\n~~~~~\r\n\r\n### Building With MxxRu\r\n\r\nThe following chain of actions is necessary for building with MxxRu:\r\n\r\n~~~~~\r\ncd restinio-long-output-sample/dev\r\nruby build.rb\r\n~~~~~\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frestinio-long-output-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Frestinio-long-output-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frestinio-long-output-sample/lists"}