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

https://github.com/f2calv/grpc-dotnet

(Google) Remote Procedure Call stock ticker demo playground w/.NET
https://github.com/f2calv/grpc-dotnet

dotnet dotnetcore grpc grpc-client grpc-server stock ticker-symbols ticker-tape

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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