https://github.com/danitilahun/grpc-echo
Basic Go gRPC program: Server greets client by responding with a message after receiving a name input.
https://github.com/danitilahun/grpc-echo
go golang grpc grpc-client grpc-server protocol-buffers
Last synced: 5 months ago
JSON representation
Basic Go gRPC program: Server greets client by responding with a message after receiving a name input.
- Host: GitHub
- URL: https://github.com/danitilahun/grpc-echo
- Owner: Danitilahun
- Created: 2023-12-19T19:04:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:36:22.000Z (over 2 years ago)
- Last Synced: 2024-12-27T02:22:28.036Z (over 1 year ago)
- Topics: go, golang, grpc, grpc-client, grpc-server, protocol-buffers
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC-Hello_World