New to Workers, looking for some guidance
Hi all,
I've been tinkering with Cloudflare for the last couple of days and a couple of questions have piled up in my head. I hope someone can shed some light on some or all of these:
0) I have a FusionAuth server running on a VPS and I want to build out frontend for the authentication flows using Workers - is this feasible in general?
1) Regarding python workers: one link mentions that it is possible to bundle packages https://developers.cloudflare.com/workers/languages/python/ while another says that packages cannot be used in production: https://developers.cloudflare.com/workers/languages/python/packages/fastapi/ - what is the truth here? I would love to use httpx and some templating library like jinja2
2) Failing the above, I will probably just learn typescript and use the new react router v7 (as a successor to Remix). I have used the template from https://developers.cloudflare.com/workers/framework-guides/web-apps/react-router/ and deployed a basic Worker. The worker has the name of the folder so I was wondering, do I need an entire project folder for each worker? Can I have multiple simple workers in the same repo?
Thanks and have a great day,
David
Cloudflare Docs
React Router (formerly Remix)
Create a React Router application and deploy it to Cloudflare Workers
0 Replies