Skip to content

Latest commit

 

History

History

RealtimeDataSystem

gRPC Demo

This contains an ASP.NET project as the gRPC server. The client apps are built by the .NET MAUI project. To use this demo:

Step 1 - Deploy the gRPC web app service

  1. Set the web project as startup project
  2. Rebuild
  3. Start without debugging Ctrl+F5)

You should see the app is running in its own process, output to a console window:

server

Step 2 - Deploy the client application(s)

  1. Right-click on the MAUI project, select as startup project
  2. Choose target platform (Windows is default)
  3. Rebuild
  4. Start with or without debugging (Ctrl+F5 is best)

client-windows

You will then see the following successful result:

client-success

You can continue making requests. The request history will be displayed in the DataGrid