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
- Host: GitHub
- URL: https://github.com/0xfourzerofour/grpc-example
- Owner: 0xfourzerofour
- Created: 2022-10-02T23:41:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T23:43:11.000Z (over 2 years ago)
- Last Synced: 2025-02-05T05:13:44.731Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`