grpc-golang
There are 22 repositories under grpc-golang topic.
gofr-dev/gofr
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
kameshsampath/grpc-todo-app
A demo to show how to get started with building Data Streaming API using https://grpc.de) and https://redpanda.com, and how to add analytics using https://snowflake.com e.g. a https://streamlit.io dashboard.
shabunin/grpc-api-gw
gRPC-proxy one-to-many with Reflection support
kostyay/protoc-gen-go-access-modifiers
This is a POC for a go protoc plugin that adds access modifiers to proto fields and methods
nathansousa/go-grpc-tutorial
A simple example of how to use GRPC on golang.
abitofhelp/bazel-go-googleapis
This is an example using the googleapis proto package from Bazel Central Registry rather than using an archive_override in the MODULE.bazel file.
Arkiant/graphqlblog
Implement a graphql with grpc using blog repository
earmarques/tcc_grpc
Interoperabilidade de API's escritas em linguagens diferentes com gRPC
kubetail-org/grpc-dispatcher-go
Go library for dispatching queries to multiple gRPC servers running on Kubernetes simultaneously
reven-erlangga/go-simple-grpc
Simple grpc schema using golang
amazingchow/clean-golang-grpc-project
Your best golang gRPC project template to create general gRPC services.
EnsPzr/grpc-example
Using grpc example in go
henrikalbihn/go-grpc-pingpong
A simple gRPC boilerplate project in Golang.
HouseCham/cerebro
🧠 Cerebro is a Golang project focused on developing an API gateway, connected to microservices using gRPC connections. It acts as a central entry point for client requests, providing functionalities such as routing, authentication, and load balancing to the underlying microservices. 🚀
HouseCham/customerService
CustomerService 🛠️ is a microservice written in Golang, designed to be connected to the Cerebro API Gateway 🧠. It provides specific functionalities and services to the overall system. 🚀
rcsolis/endoflife_server
Contains the endoflife server application exposing and gRPC API and consume REST API
tim-oster/protoc-gen-go-grpc-mock
Go code generation tool that creates type-safe mock implementations from grpc service definitions. Integrates with testify and testify/mock.
2k4sm/grpc-crud
User management service built using Golang, ScyllaDB, gRPC, grpc-gateway
alexferl/go-grpc-helloworld
Golang gRPC Hello World
AshishNikam111000/gRPC
A simple demonstration project for learning and experimenting with gRPC concepts, including service definitions, client-server communication, and Protocol Buffers.
nhassl3/url-saver-contracts
Protobuff contract for implementing the foundation of a service for storing user links in a database
SagarMaheshwary/microservices-upload-service
Generates pre-signed S3 URLs for video uploads, validates metadata, and queues encoding jobs via RabbitMQ.