Comment on Workers Durable Objects Beta: A New Approach to Stateful ServerlessparentComments−pencilcode5yWould something like a tinyurl clone also be a good use case for this? On a first hand look, it does look good.−pencilcode5yAlthough if the object is single threaded too many reads might overload it. Or is the object then replicated?−kentonv5yI would probably recommend using Workers KV for a tinyurl clone. Consistency is not important for this use case.
Comments
Would something like a tinyurl clone also be a good use case for this? On a first hand look, it does look good.
Although if the object is single threaded too many reads might overload it. Or is the object then replicated?
I would probably recommend using Workers KV for a tinyurl clone. Consistency is not important for this use case.