Skip to content

Commit

Permalink
README update with link to wire_flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Minkin authored and Vladimir Minkin committed Jun 19, 2020
1 parent d8c255e commit 5210f32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Wire (WIP) - Pub/Sub on Strings "signals" with data container
Dart pub/sub library - communication layer (or bus) where responses associated with "keys" called - signals. Simplest possible API - add, remove and send.
Dart pub/sub library - communication layer or "bus" to which you can attach a wire and listen for signal associated with it.
Wire has simplest possible API - add, remove and send. Also it has data layer, universal container with key-value, where value is an object WireData type that holds dynamic value and can be subscribed for updates. This "data container" is something like Redis.

Also it has data layer, universal container (Map) with key-value, where value is a wrapper - WireData - hold dynamic value and can be subscribed for updates, something like Redis.
Wire also has Flutter Widget that allows to subscribe to data changes: https://pub.dev/packages/wire_flutter

## API
Wire:
Expand Down

0 comments on commit 5210f32

Please sign in to comment.