{"id":29350649,"url":"https://github.com/0x2c7/ruby_wolf","last_synced_at":"2025-07-08T23:07:37.788Z","repository":{"id":56893738,"uuid":"82471757","full_name":"0x2c7/ruby_wolf","owner":"0x2c7","description":"Tiny ruby web server for research and studying purpose","archived":false,"fork":false,"pushed_at":"2017-03-04T17:34:09.000Z","size":34,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T23:18:24.839Z","etag":null,"topics":["rack","rails","ruby","webserver"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x2c7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-19T16:14:10.000Z","updated_at":"2023-09-02T04:19:51.000Z","dependencies_parsed_at":"2022-08-20T16:10:48.186Z","dependency_job_id":null,"html_url":"https://github.com/0x2c7/ruby_wolf","commit_stats":null,"previous_names":["nguyenquangminh0711/ruby_wolf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x2c7/ruby_wolf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2c7%2Fruby_wolf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2c7%2Fruby_wolf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2c7%2Fruby_wolf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2c7%2Fruby_wolf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x2c7","download_url":"https://codeload.github.com/0x2c7/ruby_wolf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x2c7%2Fruby_wolf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363793,"owners_count":23596507,"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":["rack","rails","ruby","webserver"],"created_at":"2025-07-08T23:07:35.517Z","updated_at":"2025-07-08T23:07:37.782Z","avatar_url":"https://github.com/0x2c7.png","language":"Ruby","readme":"# RubyWolf\n\n[![Gem Version](https://badge.fury.io/rb/ruby_wolf.svg)](https://badge.fury.io/rb/ruby_wolf)\n[![CircleCI](https://circleci.com/gh/nguyenquangminh0711/ruby_wolf.svg?style=svg)](https://circleci.com/gh/nguyenquangminh0711/ruby_wolf)\n\nRuby wolf is a tiny ruby web server for rack-based application. This server follows pre-forked and event driven approach. Honestly, this web server is written for study and research purpose. I'm sure it could be used anywhere. So, don't use it in real world :)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ruby_wolf'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ruby_wolf\n\n## Usage\n\nStart your rack-based application with the following command:\n\n`ruby_wolf -p 3000`\n\nTo explore the provided options, please use `ruby_wolf --help`\n\n## Benchmark\n\nBenchmark with some Hello world application, tested with Apache Benchmark, 10000 requests, 12 concurrences under local environment (Macbook Pro 2015 - Core i7, 16gb Ram)\n\n### RubyWolf\n\n```\n  50%      7ms\n  66%     11ms\n  75%     14ms\n  80%     15ms\n  90%     19ms\n  95%     24ms\n  98%     31ms\n  99%     33ms\n 100%     51ms (longest request)\n```\n\n### Puma\n\n```\n  50%     25ms\n  66%     27ms\n  75%     28ms\n  80%     29ms\n  90%     31ms\n  95%     32ms\n  98%     35ms\n  99%     37ms\n 100%     39ms (longest request)\n```\n\n### Thin\n\n```\n  50%     22ms\n  66%     23ms\n  75%     24ms\n  80%     24ms\n  90%     28ms\n  95%     30ms\n  98%     34ms\n  99%     36ms\n 100%    227ms (longest request)\n```\n\nNote that Hello world application is not considered to be a real application. Thus this benchmark doesn't mean much\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x2c7%2Fruby_wolf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x2c7%2Fruby_wolf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x2c7%2Fruby_wolf/lists"}