Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/t-sorger/unogrpcwebassemblydemo


https://github.com/t-sorger/unogrpcwebassemblydemo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# UnoGrpcWebAssemblyDemo

I am trying to do a sample of Uno Platform using gRPC-Web.

Therefore I got inspired by [the content provided by this article](https://azure.github.io/AppService/2021/03/15/How-to-use-gRPC-Web-with-Blazor-WebAssembly-on-App-Service.html). I followed the instructions of the article and created a BlazorApp which used a weather service with gRPC-Web. After that I also included an other service, the counter service, as seen in [this gRPC-Web example](https://github.com/grpc/grpc-dotnet/tree/master/examples/Counter).

After everthing was working, I added a Uno Platform WebAssembly app to replace the BlazorApp client. This is the current state of the project.