{"id":23244762,"url":"https://github.com/frodsan/ruter","last_synced_at":"2025-04-06T00:16:57.922Z","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":"2025-03-13T22:47:15.872Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415969,"owners_count":20935387,"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":["http","rack","ruby","web"],"created_at":"2024-12-19T07:11:06.570Z","updated_at":"2025-04-06T00:16:57.902Z","avatar_url":"https://github.com/frodsan.png","language":"Ruby","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","funding_links":[],"categories":[],"sub_categories":[],"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"}