Calling Workers from Workers

Unlike all existing “Calling Workers from Workers” related questions like

This is a super simple one without all above complexities –

Suppose I have workerA, and workerB, workerC and workerD.

How to call workerB, workerC and workerD from workerA, passing the request from workerA to them?

Yep, the question is as simple as that. If I can pass data between the workers, that’s be super.

thanks

You’re after Service Bindings.

About Service bindings · Cloudflare Workers docs

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.