https://github.com/arnab-developer/grpcserverstreaming
Server streaming with ASP.NET gRPC
https://github.com/arnab-developer/grpcserverstreaming
Last synced: 3 months ago
JSON representation
Server streaming with ASP.NET gRPC
- Host: GitHub
- URL: https://github.com/arnab-developer/grpcserverstreaming
- Owner: Arnab-Developer
- License: mit
- Created: 2021-05-03T12:28:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T17:51:37.000Z (about 4 years ago)
- Last Synced: 2025-01-17T02:24:16.469Z (5 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grpc server streaming
An example app to create server streaming with ASP.NET gRPC. In this
example `NumService.GetNums()` is sending data to client through
streaming.