https://github.com/xamlbrewer/uwp-grpc-sample
Demonstrates how to create a UWP gRPC client to an ASP.NET Core gRPC server
https://github.com/xamlbrewer/uwp-grpc-sample
aspnetcore grpc grpc-csharp uwp uwp-apps
Last synced: 10 months ago
JSON representation
Demonstrates how to create a UWP gRPC client to an ASP.NET Core gRPC server
- Host: GitHub
- URL: https://github.com/xamlbrewer/uwp-grpc-sample
- Owner: XamlBrewer
- Created: 2019-06-10T14:23:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:27:51.000Z (over 2 years ago)
- Last Synced: 2025-04-13T04:34:23.433Z (12 months ago)
- Topics: aspnetcore, grpc, grpc-csharp, uwp, uwp-apps
- Language: C#
- Homepage: https://xamlbrewer.wordpress.com/2019/07/02/getting-started-with-grpc-in-uwp-and-asp-net-core/
- Size: 2.24 MB
- Stars: 13
- Watchers: 0
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UWP-gRPC-Sample
Demonstrates how to create a UWP gRPC client to an ASP.NET Core gRPC server:
* projects setup,
* service definition,
* client and server side code generation, and
* implementation of different types of calls.
## Screenshots
Client

Server
