Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/comlink-starter
https://github.com/qiuzhanghua/comlink-starter
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiuzhanghua/comlink-starter
- Owner: qiuzhanghua
- License: mit
- Created: 2024-03-03T05:17:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T10:39:11.000Z (9 months ago)
- Last Synced: 2024-03-03T11:35:20.677Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Comlink Starter
## Build
```bash
pnpm build
```## Run
```bash
pnpm dev
```## Observe
- Open the browser console to see the output.
- Click "Add Todo" Button to see the worker in action.
- ```await window.obj.todos``` to get result.## Reference
- [Comlink Examples](https://github.com/GoogleChromeLabs/comlink/tree/main/docs/examples)