Skip to content

reni11111/javascript-multi-thread

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript can be multi-threaded.

If you run Fibonacci in browser (1 thread) the UI will freeze in few miliseconds, here is a MVP where the UI doesn't freeze at all.

About

Multi thread example using web workers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.6%
  • HTML 11.4%