honojs/hono

open-runtimes support

Opened this issue · 2 comments

What is the feature you are proposing?

I'm wondering if Hono can support open-runtime, which seems to be the model for functions in AppWrite

@p3psi-boo it looks like open-runtime supports node, bun and deno. Hono supports these 3 runtimes, which means you could use open-runtime with Hono. It would help a great deal if you could clarify what it is that you're expecting with open-runtime and / or AppWrite.

fzn0x commented

Can you provide the example usage for OpenRuntime to work with Hono?