drift/examples/web_worker_example/README.md

11 lines
242 B
Markdown
Raw Normal View History

2022-04-01 13:39:28 -07:00
This example demonstrates how a shared web worker can be used with drift.
2021-01-31 12:50:12 -08:00
To view this example, run
```
dart run build_runner serve
2021-01-31 12:50:12 -08:00
```
2022-04-01 13:39:28 -07:00
Then, open `localhost:8080` in different tabs and note how changes propagate across tabs
in real-time!