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, I'm very much interested in NuxtHub and exploring some of its capabilities. In particular I'm interested in trying out using Durable Objects. The idea would be to take something like this chat demo and create it with NuxtHub. Question at the moment would be, does NuxtHub support this currently, if so could someone point me in the right direction to get started, and if not what path could I take to create something that could?
I noticed this pull request #113 - am I right in thinking that if this is implemented, I will be able to impletement durable objects by extending the wrangler.toml and then create server api endpoints to handle the events (the functions in /src/chat.mjs in the demo). Or is there a way to already do this?
The text was updated successfully, but these errors were encountered:
gwynhokkers
changed the title
Durable Object support
CF - Durable Object support
Aug 9, 2024
gwynhokkers
changed the title
CF - Durable Object support
CloudFlare - Durable Object support
Aug 9, 2024
gwynhokkers
changed the title
CloudFlare - Durable Object support
Cloudflare - Durable Object support
Aug 9, 2024
Yes it's planned! But today only Cloudflare Workers are supported for creating DO, right now NuxtHub only support Cloudflare Pages to deploy Nuxt apps to reduce cost (for static assets) but I know static assets are planned. Once it's good, the support for DO will move forward :)
Hi, I'm very much interested in NuxtHub and exploring some of its capabilities. In particular I'm interested in trying out using Durable Objects. The idea would be to take something like this chat demo and create it with NuxtHub. Question at the moment would be, does NuxtHub support this currently, if so could someone point me in the right direction to get started, and if not what path could I take to create something that could?
I noticed this pull request #113 - am I right in thinking that if this is implemented, I will be able to impletement durable objects by extending the
wrangler.toml
and then create server api endpoints to handle the events (the functions in/src/chat.mjs
in the demo). Or is there a way to already do this?The text was updated successfully, but these errors were encountered: