项目作者: yvesgurcan

项目描述 :
👷‍♀️ Web Workers workshop. 👷‍♂️ Service Workers examples.
高级语言: JavaScript
项目地址: git://github.com/yvesgurcan/workers.git
创建时间: 2019-04-15T22:37:18Z
项目社区:https://github.com/yvesgurcan/workers

开源协议:

下载


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