0.2.1: Store and Sync
This is our first "you can use this" release of our TypeScript implementation of the Willow Data Model and Willow General Purpose Sync Protocol. The most interesting exports of this module are:
Store
, used to read and write Willow entries and their corresponding payloads.WgpsMessenger
, which is able to coordinate an open-ended sync session between two peers.
To learn more, please see the README and the API docs linked within.
The module currently works for browsers and the Deno runtime. Please see the README for a list of our most wanted improvements!