https://github.com/salihcanbinboga/basic_grpc_typescript_example
Create gRPC server with TypeScript
https://github.com/salihcanbinboga/basic_grpc_typescript_example
backend backend-api grpc nodejs protobuf typescript
Last synced: 10 months ago
JSON representation
Create gRPC server with TypeScript
- Host: GitHub
- URL: https://github.com/salihcanbinboga/basic_grpc_typescript_example
- Owner: SalihCanBinboga
- License: gpl-3.0
- Created: 2022-05-01T09:49:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T11:31:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T02:41:25.468Z (about 1 year ago)
- Topics: backend, backend-api, grpc, nodejs, protobuf, typescript
- Language: TypeScript
- Homepage:
- Size: 25.4 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 with TypeScript
- Basic gRPC Example
- Article: https://salihcanbinboga.medium.com/890940cb8a07
#### Installation
- Install Packages
`npm install`
- Start Server with Script
`npm run start`