Awk34 / awesome-web-workers

An awesome list about Web Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Web Workers Awesome

An awesome list about Web Workers

Web Workers provide a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface.

"Can I use" Table

Table of Contents

Specification

WHATWG HTML Living Standard

This specification defines an API for running scripts in the background independently of any user interface scripts.

Technical Articles

MDN - Web Workers API

MDN - Using Web Workers

The Basics of Web Workers (Eric Bidelman - Jul 26, 2010)

Javascript Libraries

Catiline.js - A JavaScript Library for workers.

Parallel.js - Library for multi-core processing in Javascript.

Videos

Using Web Workers for more responsive apps (Jason Teplitz - Oct 21, 2015)

About

An awesome list about Web Workers

License:Creative Commons Zero v1.0 Universal