Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 442 Bytes

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.