https://github.com/shorotshishir/grpc
https://github.com/shorotshishir/grpc
csharp grpc grpc-client grpc-server grpc-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shorotshishir/grpc
- Owner: Shorotshishir
- Created: 2020-12-13T13:21:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T20:13:42.000Z (over 3 years ago)
- Last Synced: 2025-01-10T07:11:29.335Z (3 months ago)
- Topics: csharp, grpc, grpc-client, grpc-server, grpc-service
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Grpc Client and Server
This repository conatins `grpc` client and server programs for all 4 services
- Unary
- Server Streaming
- Client Streaming
- Bi-directional Streaming## Technology
>Scripts are written in `CSharp`.>Server Project is generated using `dotnet new grpc Server`.
>Client project is generated using `dotnet new console Client`.
## Reference
For Client grpc : [Link](https://docs.microsoft.com/en-us/aspnet/core/grpc/client?view=aspnetcore-3.1)For Server grpc : [Link](https://grpc.io/docs/languages/csharp/basics/)