Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/example-collection/go-grpc-server-example
https://github.com/example-collection/go-grpc-server-example
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/example-collection/go-grpc-server-example
- Owner: Example-Collection
- Created: 2022-01-05T08:08:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T16:23:10.000Z (almost 2 years ago)
- Last Synced: 2023-07-12T19:10:54.443Z (over 1 year ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# go-grpc-server
- Go로 작성된 gRPC Server 입니다.
- Client는 [여기](https://github.com/Example-Collection/go-grpc-client)에서 확인할 수 있습니다.
- [GRPC Official Documents](https://grpc.io/docs/languages/go/basics/)의 코드를 조금 수정했습니다.
- 개발하며 정리한 글은 [여기](https://github.com/sang-w0o/Study/blob/master/gRPC/gRPC%20Server%20Go%EB%A1%9C%20%EB%A7%8C%EB%93%A4%EA%B8%B0.md)에서 확인하실 수 있습니다.