-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript code
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript code