Skip to content

akilude/web-workers-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Workers Demo

In the index.html file, there is inline javascript that spawns a webworker, the webworker creates an array with a 100000 random numbers and then sorts them and returns the numbers to the main thread.

To run this example

Many browsers like chrome will not let you create webworkers using the file:// origin, so you'll need a lite http server like lite-server, then open the index.html page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published