Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vahidfarahmandian/jinget-grpc
This repository provides samples for implementing gRPC server and client using .Net 5.0. This repository also contains a presentation file which has some hands on tips about working with gRPC.
https://github.com/vahidfarahmandian/jinget-grpc
dotnet5 grpc
Last synced: 16 days ago
JSON representation
This repository provides samples for implementing gRPC server and client using .Net 5.0. This repository also contains a presentation file which has some hands on tips about working with gRPC.
- Host: GitHub
- URL: https://github.com/vahidfarahmandian/jinget-grpc
- Owner: VahidFarahmandian
- Created: 2021-07-11T10:16:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T15:33:57.000Z (about 2 years ago)
- Last Synced: 2023-03-05T21:01:33.439Z (almost 2 years ago)
- Topics: dotnet5, grpc
- Language: C#
- Homepage:
- Size: 7.37 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build High Performance Services with gRPC and .NET 5
Here are some useful links to learn gRPC:
1. [gRPC Documentation | grpc.io](https://grpc.io/docs/)
2. [gRPC-Gateway | grpc-ecosystem.github.io](https://grpc-ecosystem.github.io/grpc-gateway/)
3. [Introduction to gRPC on .NET | Microsoft Docs](https://docs.microsoft.com/en-us/aspnet/core/grpc/?view=aspnetcore-5.0)
4. [gRPC for .NET | github.com](https://github.com/grpc/grpc-dotnet)
5. [Logging gRPC requests using Serilog | gsferreira.com](https://gsferreira.com/archive/2019/04/logging-grpc-requests-using-serilog/)
6. [Getting Started with gRPC Client Factory | stevejgordon.co.uk](https://www.stevejgordon.co.uk/getting-started-with-grpc-client-factory-in-asp-net-core)