8000 GitHub - nqthqn/workers: Web Workers and Service Workers examples.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nqthqn/workers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web and Service Workers

This repository contains both a workshop on Web Workers as well as various examples of both Web Workers and Service Workers.

Workshop: Web Workers

Click here for workshop instructions.

Examples: Web Workers and Service Workers

Each example is self-contained. Simply enter the directory of your choice and install the dependencies (npm i or yarn).

Web Worker Examples

  • Simple post message: src | dist
  • Post message to multiple workers: src | dist
  • Bundled Web Worker: src | dist

Service Worker Examples

  • Simple Service Worker: src | dist
  • Service Worker Lifecycle: src | dist
  • Workbox Service Worker: src | dist

About

Web Workers and Service Workers examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • HTML 7.7%
  • CSS 1.4%
0