반응형

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

 

 

https://putukusuma.medium.com/creating-simple-cryptocurrency-part-5-peer-to-peer-p2p-with-grpc-f96913ddd7dd

 

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

 

https://kjun.kr/1344

 

[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

 

반응형

+ Recent posts