/web-workers-playground

A project to test web workers in JavaScript

Primary LanguageJavaScript

Web Workers Playground

A simple project for playing with web workers.

  • Install http-server package to test it locally: npm install -g http-server
  • Run the project: npm run start or http-server (it will run a server on http://localhost:8080)

Blog post

I wrote an in-depth article about this project on Dev.to