Worker cross-instance communication on free plan

Hello!
Recently I’ve been trying to port a Deno serverless function to Cloudflare, but got stuck on BroadcastChannel, which is used for communication between different instances of Workers. Other answers suggested Durable Objects, and the official documentation suggested Queue, but both requires a paid plan. Is there a solution for accounts on free plan?