honojs / website

Repository for hono.dev
https://hono.dev
68 stars 208 forks source link

docs: use hono/bun instead in adapter example #391

Closed ryuapp closed 2 weeks ago

ryuapp commented 2 weeks ago

serveStatic() for Cloudflare-workers is deprecated, so change to Bun instead. I thought of using websocket as an example, but I thought serveStatic() would be easier to understand, so I changed it to Bun.

ryuapp commented 2 weeks ago

Since this chapter used Cloudflare workers as an example, I close this PR.