Is there a difference between the Cloudflare client and the Cloudflare Workers application?

Question

Grade: Education Subject: Support
Is there a difference between the Cloudflare client and the Cloudflare Workers application?
Asked by:
91 Viewed 91 Answers

Answer (91)

Best Answer
(362)
Yes, there is a difference. The Cloudflare client is a tool primarily used to manage your Cloudflare account and automate tasks through commands. Cloudflare Workers are serverless functions that run on Cloudflare's edge network, enabling you to add functionality to websites without managing servers. The client is for management; Workers are for code execution.