{"id":13686108,"url":"https://github.com/ako-deno/ako","last_synced_at":"2026-02-22T14:34:48.732Z","repository":{"id":57675412,"uuid":"264142571","full_name":"ako-deno/ako","owner":"ako-deno","description":"Expressive HTTP middleware framework for deno using async functions. Aiming to port Koa to Deno.","archived":false,"fork":false,"pushed_at":"2020-09-16T13:56:09.000Z","size":156,"stargazers_count":22,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-01T08:31:26.028Z","etag":null,"topics":["ako","deno","framework","koa","type","typescript","web"],"latest_commit_sha":null,"homepage":"https://ako.land","language":"TypeScript","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/ako-deno.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":"2020-05-15T08:43:18.000Z","updated_at":"2023-05-01T08:30:12.000Z","dependencies_parsed_at":"2022-09-26T18:10:17.116Z","dependency_job_id":null,"html_url":"https://github.com/ako-deno/ako","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ako-deno/ako","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ako-deno%2Fako","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ako-deno%2Fako/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ako-deno%2Fako/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ako-deno%2Fako/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ako-deno","download_url":"https://codeload.github.com/ako-deno/ako/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ako-deno%2Fako/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29716352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T13:30:57.152Z","status":"ssl_error","status_checked_at":"2026-02-22T13:30:28.561Z","response_time":110,"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":["ako","deno","framework","koa","type","typescript","web"],"created_at":"2024-08-02T14:01:06.798Z","updated_at":"2026-02-22T14:34:48.709Z","avatar_url":"https://github.com/ako-deno.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Tools"],"sub_categories":["Online Playgrounds"],"readme":"# ako\n\n\u003cimage src=\"./ako.svg\" width=140\u003e\n\n![ci](https://github.com/ako-deno/ako/workflows/ci/badge.svg?branch=master)\n[![HitCount](http://hits.dwyl.com/ako-deno/ako.svg)](http://hits.dwyl.com/ako-deno/ako)\n\nExpressive HTTP middleware framework for deno using async functions. Aiming to port [Koa](https://github.com/koajs/koa) to Deno.\n\nWhat is ako?\n=====\n\nWell, `'node'.split('').sort().join('')` derives `deno`, hence `'koa'.split('').sort().join('')` derives `ako`.\n\n# Usage\n\n```js\nimport {\n  Application,\n} from \"https://deno.land/x/ako/mod.ts\";\n\nconst app = new Application();\napp.use((ctx) =\u003e {\n  ctx.body = \"Hello Ako!\";\n});\n\napp.listen({ port: 3000 });\n```\n\n# License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fako-deno%2Fako","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fako-deno%2Fako","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fako-deno%2Fako/lists"}