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

https://github.com/wichopy/web-workers-practice

A udacity quiz to practice implementing web workers for canvas rendering.
https://github.com/wichopy/web-workers-practice

Last synced: over 1 year ago
JSON representation

A udacity quiz to practice implementing web workers for canvas rendering.

Awesome Lists containing this project

README

          

# Web Workers Demo
Migrate Long Running JS onto a Web Worker

### [Relevant Quiz from Browser Rendering Optimization](https://www.udacity.com/course/viewer#!/c-ud860/l-4138168623/e-4184098558/m-4150829139)

### [Relevant solution from Browser Rendering Optimization](https://www.udacity.com/course/viewer#!/c-ud860/l-4138168623/e-4184098558/m-4146278980)

Working on the quiz? Start by examining index.html and the JavaScript files linked inside it.