Viktor
CDCloudflare Developers
•Created by Skins on 2/12/2025 in #general-help
express node js on cloudflare pages and worker
We cannot give you an example of how to refactor your code, as we do not know how your current code is structured and "that example" of refactoring does not exist.
Depending on the extend of your current project, the following article may help to give you a brief overview of how Cloudflare Workers work:
https://medium.com/codex/my-first-cloudflare-worker-5cdb453725fe
Small hint: in the wrangler.toml the author uses wrong quotation marks. There the regular
" "
must be used.7 replies
CDCloudflare Developers
•Created by norrisiv on 2/12/2025 in #general-help
Transferring a newly purchased domain without updating nameservers?
I am not quite sure if I got your problem.
Your client registered his domain somewhere else, e.g. GoDaddy
You want to use Cloudflare for the domain
But you can't change the nameservers of the domain to those *.ns.cloudflare.com nameservers?
In that case:
https://developers.cloudflare.com/fundamentals/setup/use-cloudflare-without-changing-nameservers/
You need a subscription for it, though
Depending on your TLD you could also move the domain in whole to CF Registrar; I did so for my .org and .com domains
/e: when doing so you will always have Cloudflare as dns server, though
2 replies