drift/examples/web_worker_example
Alexander Wilde 8fe2f24e56 Run tools/generate_all.sh 2022-07-21 18:00:03 +01:00
..
lib Run tools/generate_all.sh 2022-07-21 18:00:03 +01:00
web Add documentation comments, fix analysis warnings 2022-07-19 23:01:22 +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 Always enable the new SQL generation mode 2022-07-03 21:53:17 +02:00
pubspec.yaml Fix web_worker_example build fail 2022-06-28 08:58:24 +02: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!