That statement is a bit too vague If you mean literally having Workers run git, no If you mean having automated deployments for Workers from Github, there's a github action you can use: https://github.com/cloudflare/wrangler-action
Which discussion board do I ask for DNS related questions? I am trying to get naked domain(apex) to point to www. and for the heck of me I dont understand how to make this work even with a redirect rule. And followed several articles on google
O método global fetch() inicia o processo de busca de um recurso da rede, retornando uma promessa que é cumprida assim que a resposta estiver disponível.
That error typically means a package you are using is using the XMLHTTPRequest method. You will need to patch the package to use fetch or find a different package.
If your use of express is for routes, in workers you can work with itty-router where you can create routes, middleware, etc. Workers, for security reasons, limit many things that exist in large libraries, so there will be cases that you will have to get around by looking for others.