https://github.com/gibbok/typescript-web-workers
How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.
https://github.com/gibbok/typescript-web-workers
javascript nodejs typescript webworkers
Last synced: 10 months ago
JSON representation
How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.
- Host: GitHub
- URL: https://github.com/gibbok/typescript-web-workers
- Owner: gibbok
- License: mit
- Created: 2020-08-26T15:40:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T14:56:17.000Z (over 3 years ago)
- Last Synced: 2025-03-18T10:03:30.015Z (10 months ago)
- Topics: javascript, nodejs, typescript, webworkers
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Web Workers
How to make Web Workers work with TypeScript? This repository contains a minimal setup with a working example.🚀
Run this project using `npm install` and `npm start`, open your browser developer tools at address to see a Web Worker running.
Happy coding!🤓