https://akageun.github.io/2021/12/01/grpc-basic.html
[GRPC] 1. GRPC 살펴보기
언제나 개발하기를 즐기는 개발자 입니다.
akageun.github.io
https://qwer9412.tistory.com/40
4. grpc의 여러가지 통신 기법
grpc는 4개의 통신을 지원한다. - unary (1개 request , 1개 respone) - server stream (1개 request, n개 response) - client stream (n개 request, 1개 response) - bi stream (n개 request, n개 response) 그리고 클라이언트에서 4가지 통
qwer9412.tistory.com
Creating Simple Cryptocurrency — Part 5. Peer to Peer (p2p) with gRPC
One of the characteristics of blockchain is that it is decentralized, there is no entity governing the authorization of transactions or…
putukusuma.medium.com
[C#] gRPC Stream Server/Client 만들기
Server 구성 1. ASP.NET Core gRPC 서비스 프로젝트 생성 2. proto 파일 정의 (weather.proto) syntax = "proto3"; import "google/protobuf/empty.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "GrpcStreamServer"; package
kjun.kr
'[====== Development ======] > Etc' 카테고리의 다른 글
Software Configuration Management Plan (SCMP) (0) | 2023.02.13 |
---|---|
gRPC 윈도우 서비스로 배포하기 (0) | 2023.01.11 |
gRPC - Void Type 사용하는 방법 (0) | 2023.01.04 |
gRPC vs REST API 성능 비교 (0) | 2022.11.02 |
JSON 을 Tree로 보기 좋게 보여주는 Editor (0) | 2022.09.19 |