Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 463 Bytes

javascript-workers

This repo in mainly used to test the [javascript-workers] including Web Workers.

Others are

  • Service Workers,
  • Shared Workers,
  • Dedicated Workers.
Demo:

https://javascript-workers.onrender.com/

Deployed on Heroku, may not work after Heroku's free plans are stopped. https://jsworkers.herokuapp.com/

To Run on Local Machine:

Install Dependencies
npm i
Starting server
node server.js