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

https://github.com/jeromewu/web-worker-transferable-demo


https://github.com/jeromewu/web-worker-transferable-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Web Worker Transferable Demo
============================

To demonstrate the difference when using transferable in web worker.

## Install

```
$ npm install
```

## Run

```
$ npm start
```

Access http://localhost:3000/without-transferable/ and http://localhost:3000/with-transferable/

Open developer tools and see the different.