drift/examples/web_worker_example
westito ff1912fc07 Merge remote-tracking branch 'simolus3/develop' into unique-constraint
# Conflicts:
#	drift/lib/src/ffi/database.dart
2022-04-02 20:13:44 +02:00
..
lib Merge remote-tracking branch 'simolus3/develop' into unique-constraint 2022-04-02 20:13:44 +02:00
web Some maintenance work on examples 2022-04-01 22:39:28 +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 Use `package:js` to wrap sql.js library 2022-04-01 23:42:52 +02:00
pubspec.yaml Some maintenance work on examples 2022-04-01 22:39:28 +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!