Skip to content

(Google) Remote Procedure Call stock ticker demo playground w/.NET 8

License

Notifications You must be signed in to change notification settings

f2calv/grpc-dotnet

Repository files navigation

gRPC w/ .NET

This a stock ticker micro services application demo;

  • Clients A & B simple connections to a Greeter service.
  • Clients C & D consume stock price information data.
  • Service - generates randomised stock price movements.

Setup

To run the application demo in Visual Studio right-click on the solution in Solution Explorer and select 'Set Startup Projects...' then choose the 'Multiple startup projects' option and then re-arrange the projects in the following order;

  • Service
  • ClientA
  • ClientB
  • ClientC
  • ClientD

Then hit play...