Easy promise-based RPC over TCP
Shared types and error primitives for ezRPC. Zero runtime dependencies.
ezrpc分析脚本
Typed fetch client for ezRPC. HMAC-signed requests, in-flight dedup, retry/backoff, and NDJSON streaming.
MSSQL adapter for ezRPC. Automatic PascalCase/snake_case → camelCase key mapping with Zod validation.
Type-safe Express router with Zod validation, in-flight deduplication, and concurrency queuing.
Async concurrency queue with global, per-user, and per-key caps. Zero dependencies — use standalone in any Node.js project.
Type-safe contract-first RPC layer for monorepos with an Express API. Define Zod schemas once, get validated server routes and typed fetch clients for free.