/worker-timer-demo

A demo comparing timers executed in a main thread and web worker.

Primary LanguageJavaScriptMIT LicenseMIT

Worker Timer Demo

This is a demo project comparing setTimeout and setInterval accuracy in a main thread and web worker. It's part of an article on timers in web workers that I wrote.

Development

npm install
npm run dev