Tag
Cursor open-sources the SDK Bridge, a protobuf-based protocol that lets developers build Cursor agents in any language (e.g., Rust, Go, Java) without depending on the official TypeScript or Python SDKs.
A comprehensive handbook explaining RPC, Protocol Buffers, and gRPC for building modern distributed systems, including a hands-on implementation with Dart and Flutter.
A tweet raises a question about gRPC deadline propagation: if a client specifies a 100ms deadline but network latency consumes 50ms, does the server still have the full 100ms?
Successfully reverse-engineered Wispr Flow's transcription protocol and open-sourced a standalone Node client, reusing its login state and directly calling the backend gRPC transcription service.
Tonic, the popular Rust gRPC library, is being upstreamed to the official gRPC project under the CNCF, with a new crate planned and ongoing support for existing users.
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that enables client and server applications to communicate transparently.
Insomnia is an open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE, gRPC and other HTTP protocols, offering local, Git, and cloud sync storage options.