An open API service indexing awesome lists of open source software.

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

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`