/grpc_golang

A gRPC base server-client arch application based on Golang

Primary LanguageGo

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