Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[FEATURE] Add Hono / Cloudflare Workers platform support #56

@okdaichi

Description

@okdaichi

Overview

This issue aims to make the project compatible with Hono running on Cloudflare Workers or other edge environments.
The core will continue to be developed purely in Deno — no Workers-specific configuration files or Wrangler setups will be included.

Motivation & Benefits

Supporting Hono and Cloudflare Workers expands reach to the edge ecosystem.
By keeping the codebase purely Deno-authored, maintenance remains simple and consistent.

Use Case

  • Running the library within a Hono app on Cloudflare Workers.
  • Deploying lightweight edge applications using standard Web APIs.
  • Enabling serverless-compatible distribution without file-system dependencies.

Proposed Solution (include Next Steps)

  • Provide an ESM output using only Web-standard APIs (fetch, Request, Response).
  • Avoid any platform-specific setup files (no Wrangler or Cloudflare configuration).
  • Add Hono-based example usage without introducing environment setup complexity.
  • Verify edge compatibility in test builds.

Alternatives Considered

  • Use a thin adapter that provides Worker-compatible bindings.
  • Keep the Deno development model intact while offering platform notes for edge deployment.

Related issues

No response

Checklist

  • I have searched existing issues
  • I have read relevant documentation
  • I can contribute to this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersjavascriptPull requests that update javascript code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions