https://github.com/idnan/ts-grpc-example
gRPC example with typescript and nodejs
https://github.com/idnan/ts-grpc-example
grpc grpc-client grpc-node grpc-server grpc-service typescript
Last synced: 12 days ago
JSON representation
gRPC example with typescript and nodejs
- Host: GitHub
- URL: https://github.com/idnan/ts-grpc-example
- Owner: Idnan
- License: mit
- Created: 2019-11-02T08:47:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T21:00:45.000Z (11 months ago)
- Last Synced: 2025-03-09T23:04:09.801Z (about 2 months ago)
- Topics: grpc, grpc-client, grpc-node, grpc-server, grpc-service, typescript
- Language: JavaScript
- Homepage: https://adnanahmed.info/blog/2019/11/01/grpc-with-nodejs-typescript/
- Size: 201 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ts-grpc-example
gRPC example with typescript and nodejs## Installation
```shell
npm install
npm run build
npm run start
```