Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-sorger/unogrpcwebassemblydemo
https://github.com/t-sorger/unogrpcwebassemblydemo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/t-sorger/unogrpcwebassemblydemo
- Owner: t-sorger
- Created: 2022-06-10T06:22:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T10:28:25.000Z (over 2 years ago)
- Last Synced: 2023-03-06T06:32:29.225Z (almost 2 years ago)
- Language: C#
- Size: 349 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.