Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 556 Bytes

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...