{"id":24755270,"url":"https://github.com/katzer/mruby-heeler","last_synced_at":"2025-10-25T23:41:04.608Z","repository":{"id":42197547,"uuid":"143411571","full_name":"katzer/mruby-heeler","owner":"katzer","description":"multi-process web server for shelf","archived":false,"fork":false,"pushed_at":"2022-07-05T07:56:01.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-28T12:42:12.047Z","etag":null,"topics":["mruby-gem","mruby-shelf","webserver"],"latest_commit_sha":null,"homepage":"","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/katzer.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}},"created_at":"2018-08-03T10:04:42.000Z","updated_at":"2022-07-05T07:31:53.000Z","dependencies_parsed_at":"2022-09-05T14:21:57.060Z","dependency_job_id":null,"html_url":"https://github.com/katzer/mruby-heeler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-heeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-heeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-heeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fmruby-heeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katzer","download_url":"https://codeload.github.com/katzer/mruby-heeler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061376,"owners_count":20554563,"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":["mruby-gem","mruby-shelf","webserver"],"created_at":"2025-01-28T12:38:00.814Z","updated_at":"2025-10-25T23:40:59.563Z","avatar_url":"https://github.com/katzer.png","language":"Ruby","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"logo.jpg\"\u003e\n\u003c/p\u003e\n\n# The multi-process server for _shelf_ \u003cbr\u003e [![Build Status](https://travis-ci.com/katzer/mruby-heeler.svg?branch=master)](https://travis-ci.com/katzer/mruby-heeler) [![Build status](https://ci.appveyor.com/api/projects/status/qeptqg5bse842dlw/branch/master?svg=true)](https://ci.appveyor.com/project/katzer/mruby-heeler/branch/master) [![codebeat badge](https://codebeat.co/badges/56e4387b-b515-4ccb-b44c-04b473da0bef)](https://codebeat.co/projects/github-com-katzer-mruby-heeler-master)\n\nHeeler is a [shelf][shelf]-compatible webserver that can be used as a drop-in replacement instead of [mruby-simplehttpserver][simplehttpserver].\n\nThe server handles every request within a newly forked process. It also works well for Windows, however not in a multi-process mode.\n\nIf your app is based on [Yeah!][yeah], then the heeler webserver is used by default.\n\n## Usage\n\nThe mgem provides with an integrated [shelf][shelf] handler:\n\n```ruby\napp = Shelf::Builder.new\napp.run -\u003e(_) { [200, {}, ['\u003ch1\u003eYeah!\u003c/h1\u003e']] }\n\nserver = Shelf::Server.new server: 'heeler', app: app\nserver.start\n```\n\nOr define `SHELF_HANDLER` before you start your shelf app:\n\n    $ SHELF_HANDLER=heeler shelf-app\n\n## Installation\n\nAdd the line below to your `build_config.rb`:\n\n```ruby\nMRuby::Build.new do |conf|\n  # ... (snip) ...\n  conf.gem 'mruby-heeler'\nend\n```\n\nOr add this line to your aplication's `mrbgem.rake`:\n\n```ruby\nMRuby::Gem::Specification.new('your-mrbgem') do |spec|\n  # ... (snip) ...\n  spec.add_dependency 'mruby-heeler'\nend\n```\n\n## Development\n\nClone the repo:\n    \n    $ git clone https://github.com/katzer/mruby-heeler.git \u0026\u0026 cd mruby-heeler/\n\nCompile the source:\n\n    $ rake compile\n\nRun the tests:\n\n    $ rake test\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/katzer/mruby-heeler.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Authors\n\n- Sebastián Katzer, Fa. appPlant GmbH\n\n## License\n\nThe mgem is available as open source under the terms of the [MIT License][license].\n\nMade with :yum: in Leipzig\n\n© 2018 [appPlant GmbH][appplant]\n\n[shelf]: https://github.com/katzer/mruby-shelf\n[yeah]: https://github.com/katzer/mruby-yeah\n[simplehttpserver]: https://github.com/matsumotory/mruby-simplehttpserver\n[license]: http://opensource.org/licenses/MIT\n[appplant]: www.appplant.de\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fmruby-heeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatzer%2Fmruby-heeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fmruby-heeler/lists"}