An open API service indexing awesome lists of open source software.

https://github.com/0xfourzerofour/grpc-example

example GRPC client/server in go
https://github.com/0xfourzerofour/grpc-example

Last synced: 30 days ago
JSON representation

example GRPC client/server in go

Awesome Lists containing this project

README

        

# grpc-example
example GRPC client/server in go

# running the program

`go run user_server/main.go`

open up another terminal window/tab

`go run user_client/main.go --name john --age 28`