Weird question Is it possible to run
Weird question: Is it possible to run arbitrary external code from within a durable object? Like if wanted to give users their own durable objects and expose an interface for their to iterate over rows and run JS over them, but not let them write, delete, etc.
3 Replies
I don't want to do an
eval()
Hmmm gotcha ok thanks@skye_31 I think they do support durable objects? https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/faqs/#what-bindings-can-i-use
Workers for Platforms - FAQs · Cloudflare for Platforms docs
Cloudflare for Platforms allows you to extend the security and performance benefits of Cloudflare's network to your customers via their own custom or vanity domains.
gotcha thanks
Probably haha
Appreciate it!