# README
GRPC_Stream_Demo
Basic streaming of data between client and server in different ways through GRPC controls.
Unary_streaming
Server_Streaming
Client_Streaming
Bidirectional_Streaming
Run using below command for both server and client
go run *.go