Software Engineering

Workers - Run and connect Workers in separate dev commands with the Cloudflare Vite plugin

Cloudflare Developer Platform Changelog · 2025-06-26

Workers can now talk to each other across separate dev commands using service bindings and tail consumers, whether started with vite dev or wrangler dev . Simply start each Worker in its own terminal: # Terminal 1 vite dev # Terminal 2 wrangler dev This is useful when different teams maintain different Workers, or w...

Feedback