drift/examples/web_worker_example
Simon Binder 28c3c444e7
Re-run builders, add changelog entry
2023-11-22 13:09:09 +01:00
..
lib Re-run builders, add changelog entry 2023-11-22 13:09:09 +01:00
web fixed symlinks to new legacy_web directory 2023-09-19 20:30:19 +02:00
README.md Use `package:js` to wrap sql.js library 2022-04-01 23:42:52 +02:00
analysis_options.yaml Some maintenance work on examples 2022-04-01 22:39:28 +02:00
build.yaml Make `generate_connect_constructor` the default 2023-01-28 16:14:27 +01:00
pubspec.yaml Update to lints 3.0.0 2023-11-16 21:25:21 +01:00

README.md

This example demonstrates how a shared web worker can be used with drift.

To view this example, run

dart run build_runner serve

Then, open localhost:8080 in different tabs and note how changes propagate across tabs in real-time!