Quic-Rpc

A streaming rpc system based on quic

Goals

Interaction patterns

Provide not just request/response RPC, but also streaming in both directions, similar to [grpc].

It is still a RPC system in the sense that interactions get initiated by the client.

Transports

API

Non-Goals