Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/comlink-starter


https://github.com/qiuzhanghua/comlink-starter

Last synced: about 18 hours ago
JSON representation

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)