SaaSHub helps you find the best software and product alternatives Learn more →
Frpc-go Alternatives
Similar projects and alternatives to frpc-go
-
extism
The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
scale
A framework for building high-performance plugin systems into any application, powered by WebAssembly.
-
grpc-ziti-starter
Use this template to start your next gRPC project with secure, zero-trust networking using https://github.com/openziti/ziti
-
-
-
panrpc
Language-, transport- and serialization-agnostic RPC framework with remote closure support that allows exposing and calling functions on both clients and servers.
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
frpc-go discussion
frpc-go reviews and mentions
- ram-dl - A tool to download more RAM written in Go
-
Show HN: RAM-dl – A tool to download more RAM written in Go
3. Calling mkswap, swapon and swapoff, which enables paging out to the block device provided by the NBD client and thus to the connected remote fRPC backend.
Its mostly intended as a tech demo for go-nbd[2] and the WIP r3map[3] library (efficient distributed mmap with mounting and migration support), and just as a fun experiment in general.
[1] https://frpc.io/
-
Announcing Scale: A WebAssembly runtime for running Go functions in any other language
We're currently working on a couple of different projects, but everything we've launched so far (fRPC and Scale) is FOSS.
-
FRPC: A Faster, More Flexible RPC Framework
Hey everyone,
Founder of Loophole Labs here!
The team and I are happy to answer any questions you might have about fRPC, Frisbee, or Loophole in general!
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.
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.
Today, fRPC can outperform gRPC by more than 4x, doing more than 2 million RPCs/second on a single node.
You can check out our docs site at https://frpc.io, or check out the repo at https://github.com/loopholelabs/frpc-go
- Extensible and performant proto3-compatible RPC Framework
-
Show HN: FRPC – A Faster, More Flexible RPC Framework
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.
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.
There's no way to do this with gRPC (or any other RPC framework that I'm aware of), and so fRPC was born!
As for streaming, it's not only planned (you can check out our roadmap here: https://frpc.io/getting-started/roadmap), but we've already got a PR open for it (https://github.com/loopholelabs/frpc-go/pull/2). Just need to work out a few more bugs before we merge.
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Apr 2025
Stats
loopholelabs/frpc-go is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of frpc-go is templ.