drift/examples/web_worker_example
Simon Binder 6512dc1cfc
Merge remote-tracking branch 'origin/develop' into modular-generation
2022-11-18 16:56:55 +01:00
..
lib Merge remote-tracking branch 'origin/develop' into modular-generation 2022-11-18 16:56:55 +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 Remove deprecated options, re-run build 2022-08-13 15:14:09 +02:00
pubspec.yaml Use melos to manage packages (#2060) 2022-09-15 23:42:20 +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!