ahmed-zero
v0.24.2025092512
Published
Zero Sync Engine with Query Batching and Compression - High-performance local-first sync framework by Ahmed Banihani. Features intelligent query batching, MessagePack binary protocol with gzip compression for 85-95% size reduction, and optimized real-time
Maintainers
Readme
Zero
Documentation
https://zero.rocicorp.dev/docs/introduction
Install
npm install @rocicorp/zeroContributing
Building and Installing locally
To build and install the package locally, run the following commands:
git clone [email protected]:rocicorp/mono.git
cd mono
npm install
npm run build
cd packages/zero
npm packThis creates a tgz (tarball) file in the packages/zero directory. You can then install this package in another project by running:
npm install /path/to/rocicorp-zero-<VERSION>.tgz