wrangler-proxy icon indicating copy to clipboard operation
wrangler-proxy copied to clipboard

Queue support

Open kalepail opened this issue 1 year ago • 2 comments

This looks great! Have struggled so much with this in my SvelteKit apps. Any plans to add support for

  • Durable objects
  • Queues
  • global vars like crypto and cache
  • websocket bindings

Main ones for me right now are Durable objects and Queues

kalepail avatar Oct 12 '23 20:10 kalepail

This looks great! Have struggled so much with this in my SvelteKit apps. Any plans to add support for

  • Durable objects
  • Queues
  • global vars like crypto and cache
  • websocket bindings Main ones for me right now are Durable objects and Queues
  • Tbh I'm still using Workers free plan so that I don't have access to Durable objects.
  • I can add support for Queues.
  • Global vars like crypto and cache can be used via node:* interface. Ex: node:crypto, node:buffer, ...
  • I don't know what does this mean 😗

chientrm avatar Nov 30 '23 17:11 chientrm

I don't know what does this mean 😗

  • https://developers.cloudflare.com/workers/runtime-apis/websockets/
  • https://developers.cloudflare.com/durable-objects/api/websockets/

kalepail avatar Nov 30 '23 17:11 kalepail