wrangler-proxy
wrangler-proxy copied to clipboard
Queue support
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
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 😗
I don't know what does this mean 😗
- https://developers.cloudflare.com/workers/runtime-apis/websockets/
- https://developers.cloudflare.com/durable-objects/api/websockets/