Requests Between a Rust Worker and Nodejs Worker
Is it possible to call a worker that's written in worker-rs from a nodejs worker? I am having trouble getting a response and was wondering if this is a limitation on CF Workers.
1 Reply
I've done this kind of setup recently to have an argon2 rust worker called from my js workers, used this repo, maybe it helps:
https://github.com/glotlabs/argon2-cloudflare
GitHub
GitHub - glotlabs/argon2-cloudflare
Contribute to glotlabs/argon2-cloudflare development by creating an account on GitHub.