proxf
Proxf is a software framework designed to simplify the creation and use of proxied remote procedure calls in distributed systems. It provides a uniform API for defining service interfaces, generating client proxies, and handling server-side request routing, with the aim of decoupling business logic from transport concerns.
Design and scope: Proxf supports pluggable transport backends, including HTTP, gRPC, and WebSocket, as well as
Architecture: The core consists of a proxy layer that separates a service interface from its transport. Client
Usage and ecosystem: Developers define a service interface and either generate a client proxy or use dynamic
Reception and licensing: Proxf is used in a range of projects from startups to larger teams. Advocates
See also: RPC frameworks; proxy libraries; inter-service communication.