Skip to content

A test Cloudflare worker and durable object which demonstrates that durable object clocks lose time over a series of requests, while worker clocks do not.

Notifications You must be signed in to change notification settings

rocicorp/cf-worker-clocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-worker-clocks

A test Cloudflare worker and durable object which demonstrates that durable object clocks lose time over a series of requests, while worker clocks do not.

Running Locally

npm install

wrangler dev

# Then open http://localhost:8787 in your browser of choice.

Running on Cloudflare

npm install

wrangler publish

# Then open the url for the worker output by the above wrangler publish command.

About

A test Cloudflare worker and durable object which demonstrates that durable object clocks lose time over a series of requests, while worker clocks do not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published