Posted inExchange Online
Posted inCloudflare
Workers – Python and JavaScript Workers can now call each other via RPC
You can now call methods between Python and JavaScript Workers using Workers RPC. This works through Service bindings without extra dependencies, schema definitions, or serialization code. Cross-language RPC calls behave like ordinary function calls. Exceptions propagate to the call site.…















