Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dave/protod

Protocol Buffer Deltas
https://github.com/dave/protod

Last synced: about 1 month ago
JSON representation

Protocol Buffer Deltas

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.