---
title: "fRPC: A Faster, More Flexible RPC Framework"
url: https://daily.dev/posts/frpc-a-faster-more-flexible-rpc-framework--vyz41loj
source_url: https://loopholelabs.io/blog/announcing-frpc
type: article
source: "Community Picks"
published: 2022-08-25T20:21:56.538Z
updated: 2023-12-07T12:02:45.284Z
tags: ["golang", "grpc"]
reading_time: 9
upvotes: 56
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# fRPC: A Faster, More Flexible RPC Framework

**[Community Picks](https://daily.dev/sources/community)** · 9 min read · 56 upvotes · 1 comments

## Summary

fRPC is an RPC framework that's designed from the ground up to be lightweight, extensible, and extremely performant. It uses a completely custom messaging format and generates a highly-optimized client/server implementation. It's available now in early alpha under the Apache 2 open source license. The benchmarks were performed over a local network to avoid inconsistencies due to network latency.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://loopholelabs.io/blog/announcing-frpc>

## Community discussion

Top comments from developers on daily.dev.

**@qorbani** · 1 upvotes

> This seems very promising 👌 I love the fact it uses similar proto3 which makes the transition smooth!
>
> Would love to see the performance comparison with capnproto 😁 Nevertheless, having new competition for RPC is Awesome 👍

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#grpc](https://daily.dev/tags/grpc)

[View this post on daily.dev](https://daily.dev/posts/frpc-a-faster-more-flexible-rpc-framework--vyz41loj)
