What are Cloudflare workers? Cloudflare workers is a way of running serverless functions on the Cloudflare global network. You can run almost anything, like, APIs, chat apps and websites. For some examples, check out their examples page. If you want to know more about how exactly workers work, check out their documentation on workers. Setting up the Nuxt 3 project …