Skip to content

danielzotti/web-workers-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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