An open API service indexing awesome lists of open source software.

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

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
![Screenshot](Assets/ClientScreenshot.png?raw=true)

Server
![Screenshot](Assets/ServerScreenshot.png?raw=true)