It is a proto3-compatible RPC Framework that's designed from the ground up to be lightweight, extensible, and extremely performant. On average fRPC outperforms other RPC frameworks by 2-4x in an apples-to-apples comparison, and is easily able to handle more than 2 million RPCs/second on a single server.
FRPC is a tool in the API Tools category of a tech stack.
No pros listed yet.
No cons listed yet.
What are some alternatives to FRPC?
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking...
An architectural style for developing web services. A distributed system framework that uses Web protocols and technologies.
It is a very simple protocol, defining only a few data types and commands. It allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order.
Golang are some of the popular tools that integrate with FRPC. Here's a list of all 1 tools that integrate with FRPC.
It is a high-performance, light weight, java based RPC framework. Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery.