I'm trying to figure out how to establish real-time communication between two running worker instanc
I'm trying to figure out how to establish real-time communication between two running worker instances. I'm trying to implement something similar to a reverse Websocket Proxy, where both clients connect to Cloudflare workers and then they can start talking to each other via Cloudflare workers. Any suggestions on what I should use? KV? durable object? or queue?




