https://github.com/felipecruz91/go-grpc
gRPC client-server implementation
https://github.com/felipecruz91/go-grpc
golang grpc
Last synced: about 1 month ago
JSON representation
gRPC client-server implementation
- Host: GitHub
- URL: https://github.com/felipecruz91/go-grpc
- Owner: felipecruz91
- Created: 2019-07-17T14:39:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T15:18:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-20T02:47:29.922Z (over 1 year ago)
- Topics: golang, grpc
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-grpc
A gRPC client-server implementation in just a few lines of code in Go. The client sends a msg to the server and gets a reply back.
