1 مستودع
Applies JSON patches to event iterators to send only differences, saving bandwidth in streaming responses.
Distinct from JSON Patching: Distinct from JSON Patching: focuses on applying JSON patches to streaming event iterators for bandwidth reduction, not general JSON patch operations.
Explore 1 awesome GitHub repository matching data & databases · Streaming JSON Patch Differs. Refine with filters or upvote what's useful.
orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu
Applies JSON patches to event iterators to send only differences, saving bandwidth in streaming responses.