An open API service indexing awesome lists of open source software.

https://github.com/themashcodee/js-web-workers-multi-threading

Playing with JS Web Workers for multi threading
https://github.com/themashcodee/js-web-workers-multi-threading

Last synced: 4 months ago
JSON representation

Playing with JS Web Workers for multi threading

Awesome Lists containing this project

README

          

# Multithreading in Javascript with Web Workers

## Synchronous Single Threaded Javascript
![synchronous javascript](./images/synchronous.png)

## Asynchornous Multi Threaded Javascript
![synchronous javascript](./images/web-worker.png)