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

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

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
```