unjs / crossws

🔌 Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.
https://crossws.unjs.io
Other
395 stars 17 forks source link

feat(deno): support pubsub #58

Closed pi0 closed 3 months ago

pi0 commented 3 months ago

Support pubsub for deno using shared state. (I tried same method for basic pubsub in cloudflare without durable but seems async context tracking cannot allow this)