{"id":15408492,"url":"https://github.com/yusukebe/hono-with-qwik","last_synced_at":"2025-10-26T22:37:30.202Z","repository":{"id":66623542,"uuid":"587767496","full_name":"yusukebe/hono-with-qwik","owner":"yusukebe","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-27T13:51:20.000Z","size":28,"stargazers_count":23,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T13:43:27.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yusukebe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-11T14:40:33.000Z","updated_at":"2025-04-02T02:16:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"32d118a5-f941-4e85-a880-1f2fd7510a10","html_url":"https://github.com/yusukebe/hono-with-qwik","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"734120580f6c442eb3b9751b479372f03134b52e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yusukebe/hono-with-qwik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-with-qwik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-with-qwik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-with-qwik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-with-qwik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusukebe","download_url":"https://codeload.github.com/yusukebe/hono-with-qwik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-with-qwik/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260715857,"owners_count":23051321,"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":[],"created_at":"2024-10-01T16:34:17.134Z","updated_at":"2025-10-26T22:37:25.156Z","avatar_url":"https://github.com/yusukebe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hono🔥 meets Qwik ⚡️\n\nQwik City works on Cloudflare Workers and Bun with Hono / Qwik middleware.\n\nIt's middleware, so you can integrate Qwik into Hono ultra easily!\n\n```ts\nimport qwikCityPlan from '@qwik-city-plan'\nimport render from './entry.ssr'\nimport { qwikMiddleware } from '@hono/qwik-city'\nimport { logger } from 'hono/logger'\n\nimport { Hono } from 'hono'\n\nconst app = new Hono()\napp.get('*', logger())\n\napp.get('*', qwikMiddleware({ render, qwikCityPlan }))\n\nexport default app\n```\n\n## Author\n\nYusuke Wada \u003chttps://github.com/yusukebe\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fhono-with-qwik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusukebe%2Fhono-with-qwik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fhono-with-qwik/lists"}