Hey everyone,<p>Founder of Loophole Labs here!<p>The team and I are happy to answer any questions you might have about fRPC, Frisbee, or Loophole in general!<p>We wrote fRPC because we really liked the DevX and tooling around the proto3 syntax, but we needed the generated code to be significantly more performant than what gRPC provides.<p>We also needed the ability to extend the RPC framework with other messaging patterns (like pub/sub) and we needed to be able to reuse the underlying TCP connections as required.<p>Today, fRPC can outperform gRPC by more than 4x, doing more than 2 million RPCs/second on a single node.<p>You can check out our docs site at <a href="https://frpc.io" rel="nofollow">https://frpc.io</a>, or check out the repo at <a href="https://github.com/loopholelabs/frpc-go" rel="nofollow">https://github.com/loopholelabs/frpc-go</a>