{"id":27129257,"url":"https://github.com/davisuga/unnamed","last_synced_at":"2026-04-26T23:31:19.647Z","repository":{"id":62422249,"uuid":"386945462","full_name":"davisuga/unnamed","owner":"davisuga","description":"A very simple backend framework","archived":false,"fork":false,"pushed_at":"2021-09-01T21:27:44.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-03-07T17:52:56.356Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davisuga.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-17T13:30:02.000Z","updated_at":"2021-12-02T16:09:22.000Z","dependencies_parsed_at":"2022-11-01T17:33:11.449Z","dependency_job_id":null,"html_url":"https://github.com/davisuga/unnamed","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/davisuga/unnamed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davisuga%2Funnamed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davisuga%2Funnamed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davisuga%2Funnamed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davisuga%2Funnamed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davisuga","download_url":"https://codeload.github.com/davisuga/unnamed/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davisuga%2Funnamed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","typescript"],"created_at":"2025-04-07T19:31:22.651Z","updated_at":"2026-04-26T23:31:19.630Z","avatar_url":"https://github.com/davisuga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unnamed web framework\n\n## Disclaimer\n\nThis is just a RUSHED layer over Deno's native HTTP api. \\\nIt has no support for middlewares. \\\nIt's obviously not ready for production, but is relatively easy to extend.\n\n## Basic usage\n\n```typescript\nimport app from \"https://deno.land/x/unnamed@0.1.2/mod.ts\";\n\napp()\n  .onGet({\n    \"/hello\": () =\u003e \"Hello world\",\n    \"/double/:number\": ({ params }) =\u003e Number(params?.number) * 2,\n  })\n  .onPost({\n    \"/echo\": (req) =\u003e req.json(),\n  })\n  //Works with onDelete and onPut too\n  .init();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavisuga%2Funnamed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavisuga%2Funnamed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavisuga%2Funnamed/lists"}