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
orhttp-server
(it will run a server on http://localhost:8080)
I wrote an in-depth article about this project on Dev.to