{"id":33916771,"url":"https://github.com/demjhonsilver/hyraft-server","last_synced_at":"2025-12-30T08:15:03.106Z","repository":{"id":325462916,"uuid":"1101258029","full_name":"demjhonsilver/hyraft-server","owner":"demjhonsilver","description":"Web server for Hyraft framework","archived":false,"fork":false,"pushed_at":"2025-11-30T11:27:47.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-02T16:47:23.489Z","etag":null,"topics":["falcon","http","http-server","hyraft","iodine","puma","ruby","rubygem","server","thin"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/hyraft-server","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/demjhonsilver.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-21T12:22:41.000Z","updated_at":"2025-11-30T11:27:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/demjhonsilver/hyraft-server","commit_stats":null,"previous_names":["demjhonsilver/hyraft-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/demjhonsilver/hyraft-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demjhonsilver%2Fhyraft-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demjhonsilver%2Fhyraft-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demjhonsilver%2Fhyraft-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demjhonsilver%2Fhyraft-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demjhonsilver","download_url":"https://codeload.github.com/demjhonsilver/hyraft-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demjhonsilver%2Fhyraft-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27678892,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["falcon","http","http-server","hyraft","iodine","puma","ruby","rubygem","server","thin"],"created_at":"2025-12-12T07:30:28.139Z","updated_at":"2025-12-12T07:30:36.456Z","avatar_url":"https://github.com/demjhonsilver.png","language":"Ruby","readme":"\u003cdiv align=\"center\"\u003e\n\n# Hyraft Server\n\n[![Gem Version](https://badge.fury.io/rb/hyraft-server.svg?icon=si%3Arubygems\u0026icon_color=%23ffffff)](https://badge.fury.io/rb/hyraft-server)\n![Downloads](https://img.shields.io/gem/dt/hyraft-server)\n![License](https://img.shields.io/github/license/demjhonsilver/hyraft-server)\n![Ruby Version](https://img.shields.io/badge/ruby-%3E%3D%203.4.0-red)\n![Tests](https://github.com/demjhonsilver/hyraft-server/actions/workflows/ci.yml/badge.svg)\n\n\n\n\u003c/div\u003e\n\n\n\nWeb server for Hyraft framework\n\n____________________\n\nDual-server web stack implementing hexagonal architecture. Supports simultaneous web and API servers across multiple Ruby backends (Puma, Thin, Falcon, Iodine) for the Hyraft framework.\n\n\n## Installation\n\n```bash\nServer options:\n___________________________________________________\n\nUse Thin server:      gem 'thin'    # Windows/Linux\nUse Puma server:      gem 'puma'    # Windows/Linux\nUse Falcon server:    gem 'falcon'  # Linux\nUse Iodine server:    gem 'iodine'  # Linux\n\n```\n\n\n## Usage\n\nCommand Variants\n```rb\n_______________________________________________________________________\n\nAlias: (or Shortcut)\n\nhyr s [server-name]                        Start web server\nhyr s [server-name] --api                  Start API server directly\nhyr s-v                                    Show version\nhyr s-h                                    Show this help\n_______________________________________________________________________\n\nMedium Form:\n\nhyr-serve [server-name]                    Start web server\nhyr-serve [server-name] --api              Start API server directly\nhyr-serve s-v                              Show version\nhyr-serve s-h                              Show this help\n_______________________________________________________________________\n\nFull Command:\n\nhyraft-server [server-name] [options]      Start web server\nhyraft-server [server-name] --api [options] Start API server directly\nhyraft-server server-version               Show version\nhyraft-server server-help                  Show this help\n\n_______________________________________________________________________\n\nExamples:\n\nhyr s thin                              # Start web server with Thin\nhyr s puma                              # Start web server with Puma\nhyr s iodine                            # Start web server with Iodine\nhyr s falcon                            # Start web server with  Falcon\n\nhyr-serve thin                          # Start web server with Thin\nhyraft-server thin                      # Start web server with Thin\nhyraft-server thin --api                # Start API server with Thin\nhyraft-server puma -p 1091              # Start web server on port 1091\nhyraft-server puma --port-api 1092      # Start API server on port 1092\nhyraft-server falcon --http2            # Start with HTTP/2 (Falcon)\nhyraft-server falcon --http3            # Start with HTTP/3 (Falcon)\n_______________________________________________________________________\n\n\n```\n\n## Usage - Test\n\nTest Environment\n```rb\n\nAlias: (or Shortcut)\n\nAPP_ENV=test hyr s [server-name]                        Start web server (test)\nAPP_ENV=test hyr s [server-name] --api                  Start API server directly (test)\nAPP_ENV=test hyr s-v                                    Show version (test)\nAPP_ENV=test hyr s-h                                    Show this help (test)\n\nex.\n\nAPP_ENV=test hyr s thin\nAPP_ENV=test hyr s puma\nAPP_ENV=test hyr s iodine\nAPP_ENV=test hyr s falcon\n\n\n\n```\n\n## Usage - Production\n\nProduction Environment\n```rb\n\nAlias: (or Shortcut)\n\nAPP_ENV=production hyr s [server-name]                        Start web server (production)\nAPP_ENV=production hyr s [server-name] --api                  Start API server directly (production)\nAPP_ENV=production hyr s-v                                    Show version (production)\nAPP_ENV=production hyr s-h                                    Show this help (production)\n\nex.\n\nAPP_ENV=production hyr s thin\nAPP_ENV=production hyr s puma\nAPP_ENV=production hyr s iodine\nAPP_ENV=production hyr s falcon\n\n```\n\n\n\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies.\n\nThen, run `rake test` to run the tests.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/demjhonsilver/hyraft-server. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/demjhonsilver/hyraft-server/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Hyraft::Server project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/demjhonsilver/hyraft-server/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemjhonsilver%2Fhyraft-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemjhonsilver%2Fhyraft-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemjhonsilver%2Fhyraft-server/lists"}