faramarzQ / grpc_golang

A gRPC base server-client arch application based on Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC Demonstrator on Golang

Demonstrating different call types in gRPC using protocol buffer on Golang

Introduction

This is a project which Demonstrates how to use different gRPC call types using google's protocol buffer's system implemented on Golang. Different call types includes:

  • Unary Client-Server call
  • Client-streaming call
  • Server streaming call
  • Bidirectional-streaming call

About

A gRPC base server-client arch application based on Golang


Languages

Language:Go 97.5%Language:Shell 2.5%