grpc-libp2p-client

JSON →
library 0.0.42 ·javascript
verified Jun 7, 2026

grpc-libp2p-client is a browser-based gRPC client library built on libp2p, enabling direct peer-to-peer gRPC communication from browsers to libp2p servers. It supports all four gRPC modes (Unary, Server Streaming, Client Streaming, Bidirectional Streaming). Version 0.0.42 is the current stable release; the project appears to be in early development with active commits. Key differentiators: browser-first (uses WebRTC, noise, yamux), protobuf-encoded messages, no dependency on gRPC-web or HTTP/2. Ideal for decentralized applications requiring secure, efficient P2P gRPC.