How does workers work?

Hey there,

I’m hosting a normal website with HTML/CSS on Cloudflare using Workers and Pages.
Does that mean I am using workers too to serve the actual web content? How does that work?

It depends on your setup but if you’re uploading the assets to Pages, then Pages will be the thing serving those.

You could be doing manipulation with a Worker or SSR (server side rendering) through a Worker but again, that depends on your setup.

I’d recommend reading: