Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dave/protod
Protocol Buffer Deltas
https://github.com/dave/protod
Last synced: about 1 month ago
JSON representation
Protocol Buffer Deltas
- Host: GitHub
- URL: https://github.com/dave/protod
- Owner: dave
- License: other
- Created: 2020-05-09T13:06:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T11:11:04.000Z (about 4 years ago)
- Last Synced: 2024-10-13T14:35:33.758Z (3 months ago)
- Language: Dart
- Size: 10.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Protocol Buffer Deltas
Operational Transformations for protocol buffers data in Dart and Go.
See [groupshare](https://github.com/dave/groupshare) for reference implementation.
# Project layout
### delta
Lowest level package just concerned with applying and transforming operations.
### pserver
Server helper functions for implementations using Google Firestore as the persistence database.
### pstore
Uses pserver and introduces higher level abstractions for executing edit operations, refreshing snapshots etc.
### pmsg
Convenience objects for client / server communication.
### perr
Error types allowing client to react to various types of server side error.