https://github.com/prosenjitjoy/grpc-with-typescript
Demo project to learn gRPC communication patterns using TypeScript
https://github.com/prosenjitjoy/grpc-with-typescript
bidirectional chatroom client-streaming server-streaming unary
Last synced: 5 months ago
JSON representation
Demo project to learn gRPC communication patterns using TypeScript
- Host: GitHub
- URL: https://github.com/prosenjitjoy/grpc-with-typescript
- Owner: prosenjitjoy
- Created: 2023-10-31T17:39:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T17:40:38.000Z (about 2 years ago)
- Last Synced: 2025-02-11T17:15:19.586Z (10 months ago)
- Topics: bidirectional, chatroom, client-streaming, server-streaming, unary
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC-with-TypeScript
Demo project to learn gRPC communication patterns using TypeScript