TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FRPC: A Faster, More Flexible RPC Framework

7 pointsby DarkManZeroover 2 years ago

1 comment

loopholelabsover 2 years ago
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&#x2F;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&#x2F;second on a single node.<p>You can check out our docs site at <a href="https:&#x2F;&#x2F;frpc.io" rel="nofollow">https:&#x2F;&#x2F;frpc.io</a>, or check out the repo at <a href="https:&#x2F;&#x2F;github.com&#x2F;loopholelabs&#x2F;frpc-go" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;loopholelabs&#x2F;frpc-go</a>