{"id":23244762,"url":"https://github.com/frodsan/ruter","last_synced_at":"2026-05-05T07:31:09.205Z","repository":{"id":56893909,"uuid":"400731277","full_name":"frodsan/ruter","owner":"frodsan","description":"Yet another Rack web framework 🚌","archived":false,"fork":false,"pushed_at":"2021-09-03T09:11:46.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T18:13:50.266Z","etag":null,"topics":["http","rack","ruby","web"],"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/frodsan.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":"2021-08-28T07:30:35.000Z","updated_at":"2022-02-28T18:08:42.000Z","dependencies_parsed_at":"2022-08-20T16:10:48.718Z","dependency_job_id":null,"html_url":"https://github.com/frodsan/ruter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frodsan/ruter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frodsan%2Fruter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frodsan%2Fruter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frodsan%2Fruter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frodsan%2Fruter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frodsan","download_url":"https://codeload.github.com/frodsan/ruter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frodsan%2Fruter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["http","rack","ruby","web"],"created_at":"2024-12-19T07:11:06.570Z","updated_at":"2026-05-05T07:31:09.189Z","avatar_url":"https://github.com/frodsan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ruter [![Build Status](https://app.travis-ci.com/frodsan/ruter.svg?branch=main)](https://app.travis-ci.com/frodsan/ruter)\n====\n\n\"You must buy a ticket before entering the bus\" - The Inspector 🕵🏻‍♂️\n\nDescription\n-----------\n\nRuter is yet another [Rack][rack] based framework, made just for fun, and built on top of [Syro][syro].\n\nUsage\n-----\n\nHere's a minimal application:\n\n```ruby\n# config.ru\nrequire \"ruter\"\n\nRuter.define do\n  get do\n    res.write(\"Hello World!\")\n  end\nend\n\nrun(Ruter) # run!\n```\n\nLicense\n-------\n\nRuter is released under the [MIT License][mit].\n\n[mit]: http://www.opensource.org/licenses/MIT\n[rack]: https://github.com/rack/rack\n[syro]: http://soveran.github.io/syro/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrodsan%2Fruter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrodsan%2Fruter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrodsan%2Fruter/lists"}