New to CloudFlare Workers and Durable Objects
Hello everyone, I am a beginner to the ecosystem of CloudFlare, and I am highly interested in actively learning CloudFlare Workers and Durable Objects. I have started off by reading the official docs, if you can explain me about this / suggest some good resources, like certain parts of the docs / specific articles or anything, which you feel I must go through, it would be highly beneficial to me!
I know reading and understanding by reading through the official docs is the best thing to do, but having someone's suggestions who are already working on it actively would mean a lot!
Thanking you in advance!
6 Replies
@Cloudflare (Server Owner) @Community Champion
?pings
Please do not ping community members for non-moderation reasons. Doing so will not solve your issue faster and will make people less likely to want to help you.
Ok I wasn't aware of it!
I would recommend looking at some of the templates/examples that use Workers + Durable Objects (DO)
https://github.com/cloudflare/templates
That way, you can get an understanding of what you can do/see approaches in use!
GitHub
GitHub - cloudflare/templates: Templates for Cloudflare Workers
Templates for Cloudflare Workers. Contribute to cloudflare/templates development by creating an account on GitHub.
Thanks for sharing!
I also built a simple application using the pre built template from wrangler CLI
Slowly, the things have started to make sense, and the way CloudFlare uses the class based approach and the RPC calls for data persistence is cool and also interesting!