You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @boygiandi.
Please note that this is not directly related to Hono DO.
Actually, the Durable Objects technology itself is only accessible as a request from inside Cloudflare Workers.
So, if your requirement is to use Hono + WebSockets with Cloudflare Workers, you need to set a Binding from Cloudflare Workers created with Hono to Duralbe Objects and proxy the ws communication.
Here's an image of what it looks like
Client (browser) <-> Cloudflare Workers (you can use Hono here) <-> Durable Objects (you can use Hono DO here)
How can a client (web browser) connect direct to Durable object via websocket+hono?
The text was updated successfully, but these errors were encountered: