How to Call gRPC Methods Dynamically in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. grpc-go

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

    Typically, services are registered with a gRPC server immediately after creation, as shown in the helloworld example provided by grpc team:

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Kreya

    Kreya is a GUI client for REST and gRPC with innovative features for environments, authorizations and more.

    After starting the server, you can check the new service by using Kreya's (https://kreya.app/) server reflection importing. The picture below shows this result with server reflection service:

  4. grpc-dynamic-calls

    The complete code examples from this article are available at https://github.com/dmo2000/grpc-dynamic-calls.

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

  • a tool for quickly creating web and microservice code

    28 projects | dev.to | 15 Dec 2022
  • Testing gRPC services - request collections and modern load testing

    4 projects | dev.to | 25 Sep 2021
  • My favourite backend tools

    14 projects | dev.to | 24 Jun 2021
  • ⏳geol, the cli to efficiently manage EOLs like a boss

    13 projects | dev.to | 29 Oct 2025
  • My "Go" to learning resources

    5 projects | dev.to | 16 Oct 2025

Did you know that Go is
the 3rd most popular programming language
based on number of references?