Go RPC

Open-source Go projects categorized as RPC

RPC stands for Remote Procedure Call In the context of programming. In distributed computing, a remote procedure call is when a computer program causes a procedure to execute in a different address space, which is coded as if it were a normal procedure call, without the programmer explicitly coding the details for the remote interaction.

Top 23 Go RPC Projects

  • go-zero

    A cloud-native Go microservices framework with cli tool for productivity.

  • go-micro

    A Go microservices framework

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • grpc-go

    The Go language implementation of gRPC. HTTP/2 based RPC

  • Project mention: Consistent Hashing: An Overview and Implementation in Golang | dev.to | 2024-05-07

    grpc-go: go get -u google.golang.org/grpc

  • grpcurl

    Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

  • Project mention: Roll your own auth with Rust and Protobuf | dev.to | 2023-10-28

    grpcurl

  • rpcx

    Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!

  • RoadRunner

    🤯 High-performance PHP application server, process manager written in Go and powered with plugins

  • Project mention: Performance benchmark of PHP runtimes | dev.to | 2024-01-17

    FrankenPHP

  • twirp

    A simple RPC framework with protobuf service definitions

  • Project mention: I Reviewed 1,000s of Opinions on gRPC | news.ycombinator.com | 2023-12-26

    The next time I want to build an API, I will probably make use of https://github.com/twitchtv/twirp. I like working with Protobuf and having strongly-typed and well-defined messages, but gRPC is way, way too much. It's obviously a Google product, built for what Google needs.

    Use Protobuf for messages, but just use HTTP for transport.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kitex

    Go RPC framework with high-performance and strong-extensibility for building micro-services.

  • Project mention: How to Visualize and Analyze Data in Open Source Communities | dev.to | 2024-04-21

    After successful deployment, the data display panel looks as follows. Here, we present statistics and displays of the open-source community CloudWeGo, a project by ByteDance. The panels include:

  • grpcui

    An interactive web UI for gRPC, along the lines of postman

  • Project mention: Bruno | news.ycombinator.com | 2024-03-09
  • evans

    Evans: more expressive universal gRPC client

  • netpoll

    A high-performance non-blocking I/O networking framework focusing on RPC scenarios.

  • goworld

    Scalable Distributed Game Server Engine with Hot Swapping in Golang

  • drpc

    drpc is a lightweight, drop-in replacement for gRPC

  • hprose

    Hprose is a cross-language RPC. This project is Hprose for Golang.

  • goridge

    🧙 High-performance PHP-to-Golang IPC/RPC bridge

  • go-capnp

    Cap'n Proto library and code generator for Go

  • Project mention: Sandstorm: Open-source platform for self-hosting web app | news.ycombinator.com | 2023-06-04

    The Go implementation of capnp is alive and well, too. I highly recommend it: https://github.com/capnproto/go-capnp

  • sponge

    Sponge is a powerful Go development framework, it's easy to develop web and microservice projects.

  • Project mention: Gin + Gorm Practical Guide, Implementing a Simple Q&A Community Backend Service in One Hour | dev.to | 2024-04-24

    Install a scaffold named sponge (integrated with Gin + Gorm), which supports Windows, macOS, and Linux environments. Click to view the installation instructions for sponge.

  • Golang API Starter Kit

    Go Server/API boilerplate using best practices DDD CQRS ES gRPC

  • typhon

    A wrapper around Go's net/http to provide safety and convenience. At Monzo, Typhon forms the basis of most clients and servers in our microservices platform.

  • oto

    Go driven rpc code generation tool for right now. (by pacedotdev)

  • Project mention: tRPC – Move Fast and Break Nothing. End-to-end typesafe APIs made easy | news.ycombinator.com | 2023-08-12
  • cdp

    Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.

  • webrpc

    webrpc is a schema-driven approach to writing backend services for modern Web apps and networks

  • Project mention: Why, after 6 years, I'm over GraphQL | news.ycombinator.com | 2024-05-30

    another project to take a look at for schema-driven approach to writing backend services and fully code-generated clients: https://github.com/webrpc/webrpc

    it's similar to OpenAPI, but its simpler, and cleaner. In fact, you can generate webrpc schema's to OpenAPI and then generate OpenAPI clients.

  • solana-go

    Go SDK library and RPC client for the Solana Blockchain (by gagliardetto)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go RPC related posts

  • Consistent Hashing: An Overview and Implementation in Golang

    3 projects | dev.to | 7 May 2024
  • How to Visualize and Analyze Data in Open Source Communities

    4 projects | dev.to | 21 Apr 2024
  • Mastering Golang Microservices - A Practical Guide: Embrace High-Performance with Kitex and Hertz

    6 projects | dev.to | 12 Jan 2024
  • I Reviewed 1,000s of Opinions on gRPC

    2 projects | news.ycombinator.com | 26 Dec 2023
  • Grpcurl: Like Curl, but for gRPC

    1 project | news.ycombinator.com | 18 Aug 2023
  • I wrote a project based on my own ideas, hoping to get some suggestions for optimization

    1 project | /r/golang | 5 Jul 2023
  • I wrote a project based on my own ideas, hoping to get some suggestions for optimization

    1 project | /r/u_Fangogh459 | 5 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source RPC projects in Go? This list will help you:

Project Stars
1 go-zero 27,845
2 go-micro 21,475
3 grpc-go 20,027
4 grpcurl 10,234
5 rpcx 7,974
6 RoadRunner 7,721
7 twirp 6,945
8 kitex 6,727
9 grpcui 4,952
10 evans 4,138
11 netpoll 3,938
12 goworld 2,515
13 drpc 1,436
14 hprose 1,254
15 goridge 1,222
16 go-capnp 1,161
17 sponge 1,021
18 Golang API Starter Kit 894
19 typhon 738
20 oto 730
21 cdp 714
22 webrpc 682
23 solana-go 688

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com