{"id":15408509,"url":"https://github.com/yusukebe/hono-playground","last_synced_at":"2025-04-14T13:43:49.453Z","repository":{"id":201175107,"uuid":"707129257","full_name":"yusukebe/hono-playground","owner":"yusukebe","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-19T14:43:34.000Z","size":2505,"stargazers_count":19,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T02:49:47.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://playground.hono.dev","language":"HTML","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-10-19T09:28:01.000Z","updated_at":"2025-02-25T14:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"78a24489-1102-47c1-a311-ad340dc3257e","html_url":"https://github.com/yusukebe/hono-playground","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.3125,"last_synced_commit":"9f025863318052f081fb5a2a94110d5fccfae8ac"},"previous_names":["yusukebe/hono-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fhono-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusukebe","download_url":"https://codeload.github.com/yusukebe/hono-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248890258,"owners_count":21178387,"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:19.738Z","updated_at":"2025-04-14T13:43:49.421Z","avatar_url":"https://github.com/yusukebe.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Hono Playground\n\nThe Hono Playground is a web page that allows you to run a Hono app in your browser without a server.\n\nWe know that Hono works on server sides - Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, and Node.js. However, Hono also works on browsers as it is composed of only Web-standards APIs.\n\nThis may seem obvious, but it's exciting to see it actually work in this manner. You can experience it at this URL: \u003chttps://playground.hono.dev/\u003e\n\n## Screenshots\n\n![SS](https://github.com/yusukebe/hono-playground/assets/121654029/8432b75b-c482-4ba4-ba60-a156391f2fb5)\n\n\n## The minimal code\n\nThis is a minimal code to run a Hono app on browsers.\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript type=\"module\"\u003e\n      import { Hono } from 'https://esm.sh/hono'\n      const app = new Hono()\n      app.get('*', (c) =\u003e c.text(`You are accessing ${c.req.path}`))\n      const res = await app.request(location.href)\n      document.getElementById('result').innerText = await res.text()\n    \u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cdiv id=\"result\"\u003e\u003c/div\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Author\n\nYusuke Wada \u003chttps://github.com/yusukebe\u003e\n\n## License\n\nMIT\n\n---\n\n```txt\nMonaco Editor\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 - present Microsoft Corporation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fhono-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusukebe%2Fhono-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fhono-playground/lists"}