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
- Host: GitHub
- URL: https://github.com/f2calv/grpc-dotnet
- Owner: f2calv
- License: mit
- Created: 2019-07-07T07:36:38.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T08:22:57.000Z (about 2 years ago)
- Last Synced: 2025-01-26T07:46:47.718Z (about 1 year ago)
- Topics: dotnet, dotnetcore, grpc, grpc-client, grpc-server, stock, ticker-symbols, ticker-tape
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...