Skip to content

heyts/minigrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGRPC

Minimal GRPC Client-Server implementation in 50 lines of code.

How to Use

  • On one terminal type make server to start the server
  • On a second terminal type go run client/main.go -name="<name>" and observe the greeting coming back from the server.

About

Minimal GRPC Client-Server implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published