Iván
CDCloudflare Developers
•Created by Omar on 10/30/2024 in #workers-help
Requests Between a Rust Worker and Nodejs Worker
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
2 replies
CDCloudflare Developers
•Created by Marc Siegel on 10/30/2024 in #workers-help
Should two related workers be developed in a single codebase, with separate wrangler.toml to bind?
And seems here's some guidance on configuration with github:
https://developers.cloudflare.com/workers/ci-cd/builds/advanced-setups/
6 replies
CDCloudflare Developers
•Created by Marc Siegel on 10/30/2024 in #workers-help
Should two related workers be developed in a single codebase, with separate wrangler.toml to bind?
I haven't tried this but recently was investigating the same, this is an example for many workers monorepo:
https://github.com/ardislu/cloudflare-workers
6 replies