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
- Host: GitHub
- URL: https://github.com/krondorl/web-workers
- Owner: krondorl
- License: other
- Created: 2023-01-23T10:43:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T10:43:39.000Z (over 3 years ago)
- Last Synced: 2025-08-15T21:59:33.167Z (10 months ago)
- Topics: css, html, javascript, web-workers
- Language: HTML
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## Usage
First use `npm install`. Then run `npm start`.
## License
Please read [the license file.](LICENSE)