Getting Started
Current Status
Section titled “Current Status”Procwire v2.0 is under active development with significant API changes:
- New binary protocol for data plane (replaces JSON-RPC)
- Builder pattern for type-safe API
- Response types: none, ack, result, stream
- Cancellation with AbortController support
- Target performance: >1 GB/s for large payloads
Installation
Section titled “Installation”# Core packages (when v2.0 is released)pnpm add @procwire/core @procwire/client
# Optional: codecs are included, but can install separatelypnpm add @procwire/codecs
# Low-level protocol (usually not needed directly)pnpm add @procwire/protocolQuick Start
Section titled “Quick Start”Documentation coming soon. For development progress, see the GitHub repository.