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

https://github.com/krondorl/web-workers

This is a practice of the Web Workers API
https://github.com/krondorl/web-workers

css html javascript web-workers

Last synced: 2 months ago
JSON representation

This is a practice of the Web Workers API

Awesome Lists containing this project

README

          

# Web Workers example

This is a practice of the Web Workers API.

The complete reference can be read [on the MDN page.](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)

## Screenshot

This is how it looks on mobile.

![Mobile screen](screenshot-mobile.png "Mobile screen")

## Usage

First use `npm install`. Then run `npm start`.

## License

Please read [the license file.](LICENSE)