https://github.com/adshan/dotnet-grpc-communication
Implementing gRPC services and clients for efficient communication.
https://github.com/adshan/dotnet-grpc-communication
dotnet grpc grpc-client grpc-server grpc-unary
Last synced: about 2 months ago
JSON representation
Implementing gRPC services and clients for efficient communication.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-grpc-communication
- Owner: AdsHan
- License: mit
- Created: 2024-11-16T17:06:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T20:57:41.000Z (over 1 year ago)
- Last Synced: 2025-03-10T04:46:25.267Z (over 1 year ago)
- Topics: dotnet, grpc, grpc-client, grpc-server, grpc-unary
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-grpc-communication
Demonstração do uso do gRPC para comunicação entre aplicações (Unary). No exemplo foi criado um serviço híbrido REST e gRPC para comparação.
# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).