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: 19 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T02:49:43.000Z (about 3 years ago)
- Last Synced: 2023-02-27T00:35:49.216Z (about 2 years 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: 11
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
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
