# protod **Repository Path**: mirrors_dave/protod ## Basic Information - **Project Name**: protod - **Description**: Protocol Buffer Deltas - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.