goRPC or gRPC?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gorpc

    Simple, fast and scalable golang rpc library for high load

  • I don't have any experience with goRPC (I'm assuming you're referring to https://github.com/valyala/gorpc), but just to note that that repo hasn't been updated in 7 years and has open issues that are that old, too. https://github.com/grpc/grpc-go has 17.5k stars and is actively maintained. That doesn't say anything about their relative performance - goRPC might be faster - but you probably won't have a fun time if you run into issues.

  • grpc-go

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

  • I don't have any experience with goRPC (I'm assuming you're referring to https://github.com/valyala/gorpc), but just to note that that repo hasn't been updated in 7 years and has open issues that are that old, too. https://github.com/grpc/grpc-go has 17.5k stars and is actively maintained. That doesn't say anything about their relative performance - goRPC might be faster - but you probably won't have a fun time if you run into issues.

  • 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
  • twirp

    A simple RPC framework with protobuf service definitions

  • There is another: twirp

  • grpc-demystified

    Build a gRPC server in 7 minutes - using just the Go standard library!

  • gRPC is a trivially simple protocol, especially if you don’t use streaming - it’s just HTTP standards under the hood. You can write a correct sever-side gRPC handler in <10m: https://github.com/akshayjshah/grpc-demystified. There are certainly valid reasons not to choose gRPC, but IMO the protocol’s inherent complexity isn’t one of them.

  • Cap'n Proto

    Cap'n Proto serialization/RPC system - core tools and C++ library

  • While Go support isn't on par with the more popular gRPC ecosystem, I highly recommend looking at https://capnproto.org/ as a better alternative!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts